Html Css Color HEX #85023E Tyrian Purple

📋 copy color: '#85023E'

red 133 ◦ green 2 ◦ blue 62

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

Shades of Tyrian Purple #85023E

Tints of Tyrian Purple #85023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 31.47%

R = 67.51%
G = 1.02%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85023E (or 0x85023E) is known color: Tyrian Purple. HEX triplet: 85, 02 and 3E. RGB value is (133,2,62). Sum of RGB (Red+Green+Blue) = 133+2+62=197 (26% of max value = 765). Red value is 133 (52.34% from 255 or 67.51% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 62 (24.61% from 255 or 31.47% from 197); Max value from RGB is 133 - color contains mainly: red. Hex color #85023E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85023E is #7AFDC1. Grayscale: #2F2F2F. Windows color (decimal): -8060354 or 4063877. OLE color: 4063877.

HSL color Cylindrical-coordinate representation of color #85023E: hue angle of 332.52º 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 #85023E is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 2 62 -
CMYK 0 0.98 0.53 0.48
HSL 332.52º 0.97% 0.26% -
HSV(B) 332.52º 0.98% 0.52% -
XYZ 10.56 5.38 5.04 -
YUV 48.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 133 2 62 0 0.98 0.53 0.48 332.52 0.97 0.26
Hex 85 2 3E 0 62 35 30 14D 61 1A
Octal 205 2 76 0 142 65 60 515 141 32
Binary 10000101 10 111110 0 1100010 110101 110000 101001101 1100001 11010

Color Harmonies of #85023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85023E

Black with #85023E

Text Example


Text Example

White with #85023E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85023E; }

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

 H1.HeaderClassName
 {
   color: #85023E;
 }
 .AnyTagClassName
 {
   color: #85023E;
 }
</style>

background-color css

<style>
 a { background-color: #85023E; }

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

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

border-color css

<style>
 span { border-color: #85023E; }

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

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