Html Css Color HEX #85024A Tyrian Purple

📋 copy color: '#85024A'

red 133 ◦ green 2 ◦ blue 74

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

Shades of Tyrian Purple #85024A

Tints of Tyrian Purple #85024A

RGB

 RED value IS 133 (52.34% from 255) = 63.64%

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 74 (29.3% from 255) = 35.41%

R = 63.64%
G = 0.96%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85024A (or 0x85024A) is known color: Tyrian Purple. HEX triplet: 85, 02 and 4A. RGB value is (133,2,74). Sum of RGB (Red+Green+Blue) = 133+2+74=209 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.64% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 133 - color contains mainly: red. Hex color #85024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85024A is #7AFDB5. Grayscale: #313131. Windows color (decimal): -8060342 or 4850309. OLE color: 4850309.

HSL color Cylindrical-coordinate representation of color #85024A: hue angle of 327.02º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85024A is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 74 -
CMYK 0 0.98 0.44 0.48
HSL 327.02º 0.97% 0.26% -
HSV(B) 327.02º 0.98% 0.52% -
XYZ 10.93 5.52 6.97 -
YUV 49.38 141.9 187.65 -
System Red Green Blue C M Y K H S L
Decimal 133 2 74 0 0.98 0.44 0.48 327.02 0.97 0.26
Hex 85 2 4A 0 62 2C 30 147 61 1A
Octal 205 2 112 0 142 54 60 507 141 32
Binary 10000101 10 1001010 0 1100010 101100 110000 101000111 1100001 11010

Color Harmonies of #85024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85024A

Black with #85024A

Text Example


Text Example

White with #85024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85024A; }

 p { color: rgb(133,2,74); }

 H1.HeaderClassName
 {
   color: #85024A;
 }
 .AnyTagClassName
 {
   color: #85024A;
 }
</style>

background-color css

<style>
 a { background-color: #85024A; }

 a { background-color: rgb(133,2,74); }

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

border-color css

<style>
 span { border-color: #85024A; }

 span { border-color: rgb(133,2,74); }

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