Html Css Color HEX #85053F Tyrian Purple

📋 copy color: '#85053F'

red 133 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #85053F

Tints of Tyrian Purple #85053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 66.17%
G = 2.49%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85053F (or 0x85053F) is known color: Tyrian Purple. HEX triplet: 85, 05 and 3F. RGB value is (133,5,63). Sum of RGB (Red+Green+Blue) = 133+5+63=201 (26% of max value = 765). Red value is 133 (52.34% from 255 or 66.17% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 63 (25% from 255 or 31.34% from 201); Max value from RGB is 133 - color contains mainly: red. Hex color #85053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85053F is #7AFAC0. Grayscale: #313131. Windows color (decimal): -8059585 or 4130181. OLE color: 4130181.

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

Color convert

RGB 133 5 63 -
CMYK 0 0.96 0.53 0.48
HSL 332.81º 0.93% 0.27% -
HSV(B) 332.81º 0.96% 0.52% -
XYZ 10.62 5.45 5.2 -
YUV 49.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 133 5 63 0 0.96 0.53 0.48 332.81 0.93 0.27
Hex 85 5 3F 0 60 35 30 14D 5D 1B
Octal 205 5 77 0 140 65 60 515 135 33
Binary 10000101 101 111111 0 1100000 110101 110000 101001101 1011101 11011

Color Harmonies of #85053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85053F

Black with #85053F

Text Example


Text Example

White with #85053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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