Html Css Color HEX #83013B Tyrian Purple

📋 copy color: '#83013B'

red 131 ◦ green 1 ◦ blue 59

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

Shades of Tyrian Purple #83013B

Tints of Tyrian Purple #83013B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.89%

R = 68.59%
G = 0.52%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83013B (or 0x83013B) is known color: Tyrian Purple. HEX triplet: 83, 01 and 3B. RGB value is (131,1,59). Sum of RGB (Red+Green+Blue) = 131+1+59=191 (25% of max value = 765). Red value is 131 (51.56% from 255 or 68.59% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 131 - color contains mainly: red. Hex color #83013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83013B is #7CFEC4. Grayscale: #2E2E2E. Windows color (decimal): -8191685 or 3867011. OLE color: 3867011.

HSL color Cylindrical-coordinate representation of color #83013B: hue angle of 333.23º 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 #83013B is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 1 59 -
CMYK 0 0.99 0.55 0.49
HSL 333.23º 0.98% 0.26% -
HSV(B) 333.23º 0.99% 0.51% -
XYZ 10.16 5.16 4.6 -
YUV 46.48 135.07 188.28 -
System Red Green Blue C M Y K H S L
Decimal 131 1 59 0 0.99 0.55 0.49 333.23 0.98 0.26
Hex 83 1 3B 0 63 37 31 14D 62 1A
Octal 203 1 73 0 143 67 61 515 142 32
Binary 10000011 1 111011 0 1100011 110111 110001 101001101 1100010 11010

Color Harmonies of #83013B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83013B

Black with #83013B

Text Example


Text Example

White with #83013B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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