Html Css Color HEX #85004B Tyrian Purple

📋 copy color: '#85004B'

red 133 ◦ green 0 ◦ blue 75

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

Shades of Tyrian Purple #85004B

Tints of Tyrian Purple #85004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 36.06%

R = 63.94%
G = 0%
B = 36.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85004B (or 0x85004B) is known color: Tyrian Purple. HEX triplet: 85, 00 and 4B. RGB value is (133,0,75). Sum of RGB (Red+Green+Blue) = 133+0+75=208 (27% of max value = 765). Red value is 133 (52.34% from 255 or 63.94% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 75 (29.69% from 255 or 36.06% from 208); Max value from RGB is 133 - color contains mainly: red. Hex color #85004B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85004B is #7AFFB4. Grayscale: #303030. Windows color (decimal): -8060853 or 4915333. OLE color: 4915333.

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

Color convert

RGB 133 0 75 -
CMYK 0 1 0.44 0.48
HSL 326.17º 1% 0.26% -
HSV(B) 326.17º 1% 0.52% -
XYZ 10.94 5.49 7.14 -
YUV 48.32 143.06 188.4 -
System Red Green Blue C M Y K H S L
Decimal 133 0 75 0 1 0.44 0.48 326.17 1 0.26
Hex 85 0 4B 0 64 2C 30 146 64 1A
Octal 205 0 113 0 144 54 60 506 144 32
Binary 10000101 0 1001011 0 1100100 101100 110000 101000110 1100100 11010

Color Harmonies of #85004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85004B

Black with #85004B

Text Example


Text Example

White with #85004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,0,75); }

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

background-color css

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

 a { background-color: rgb(133,0,75); }

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

border-color css

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

 span { border-color: rgb(133,0,75); }

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