Html Css Color HEX #85033F Tyrian Purple

📋 copy color: '#85033F'

red 133 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #85033F

Tints of Tyrian Purple #85033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.51%

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

R = 66.83%
G = 1.51%
B = 31.66%

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

#85033F (or 0x85033F) is known color: Tyrian Purple. HEX triplet: 85, 03 and 3F. RGB value is (133,3,63). Sum of RGB (Red+Green+Blue) = 133+3+63=199 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.83% from 199); Green value is 3 (1.56% from 255 or 1.51% from 199); Blue value is 63 (25% from 255 or 31.66% from 199); Max value from RGB is 133 - color contains mainly: red. Hex color #85033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85033F is #7AFCC0. Grayscale: #303030. Windows color (decimal): -8060097 or 4129669. OLE color: 4129669.

HSL color Cylindrical-coordinate representation of color #85033F: hue angle of 332.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #85033F is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 3 63 -
CMYK 0 0.98 0.53 0.48
HSL 332.31º 0.96% 0.27% -
HSV(B) 332.31º 0.98% 0.52% -
XYZ 10.6 5.41 5.19 -
YUV 48.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 133 3 63 0 0.98 0.53 0.48 332.31 0.96 0.27
Hex 85 3 3F 0 62 35 30 14C 60 1B
Octal 205 3 77 0 142 65 60 514 140 33
Binary 10000101 11 111111 0 1100010 110101 110000 101001100 1100000 11011

Color Harmonies of #85033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85033F

Black with #85033F

Text Example


Text Example

White with #85033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,3,63); }

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

background-color css

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

 a { background-color: rgb(133,3,63); }

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

border-color css

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

 span { border-color: rgb(133,3,63); }

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