Html Css Color HEX #83013F Tyrian Purple

📋 copy color: '#83013F'

red 131 ◦ green 1 ◦ blue 63

#83013F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #83013F

Tints of Tyrian Purple #83013F

RGB

 RED value IS 131 (51.56% from 255) = 67.18%

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 63 (25% from 255) = 32.31%

R = 67.18%
G = 0.51%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#83013F (or 0x83013F) is known color: Tyrian Purple. HEX triplet: 83, 01 and 3F. RGB value is (131,1,63). Sum of RGB (Red+Green+Blue) = 131+1+63=195 (25% of max value = 765). Red value is 131 (51.56% from 255 or 67.18% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 131 - color contains mainly: red. Hex color #83013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83013F is #7CFEC0. Grayscale: #2E2E2E. Windows color (decimal): -8191681 or 4129155. OLE color: 4129155.

HSL color Cylindrical-coordinate representation of color #83013F: hue angle of 331.38º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #83013F is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 63 -
CMYK 0 0.99 0.52 0.49
HSL 331.38º 0.98% 0.26% -
HSV(B) 331.38º 0.99% 0.51% -
XYZ 10.27 5.21 5.17 -
YUV 46.94 137.07 187.96 -
System Red Green Blue C M Y K H S L
Decimal 131 1 63 0 0.99 0.52 0.49 331.38 0.98 0.26
Hex 83 1 3F 0 63 34 31 14B 62 1A
Octal 203 1 77 0 143 64 61 513 142 32
Binary 10000011 1 111111 0 1100011 110100 110001 101001011 1100010 11010

Color Harmonies of #83013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83013F

Black with #83013F

Text Example


Text Example

White with #83013F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83013F; }

 p { color: rgb(131,1,63); }

 H1.HeaderClassName
 {
   color: #83013F;
 }
 .AnyTagClassName
 {
   color: #83013F;
 }
</style>

background-color css

<style>
 a { background-color: #83013F; }

 a { background-color: rgb(131,1,63); }

 div.DivClassName
 {
   background-color: #83013F;
 }
 .BgClassName
 {
   background-color: #83013F;
 }
</style>

border-color css

<style>
 span { border-color: #83013F; }

 span { border-color: rgb(131,1,63); }

 td.TdClassName
 {
   border-color: #83013F;
 }
 .TagClassName
 {
   border-color: #83013F;
 }
</style>