Html Css Color HEX #85004A Tyrian Purple

📋 copy color: '#85004A'

red 133 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #85004A

Tints of Tyrian Purple #85004A

RGB

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

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

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

R = 64.25%
G = 0%
B = 35.75%

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

#85004A (or 0x85004A) is known color: Tyrian Purple. HEX triplet: 85, 00 and 4A. RGB value is (133,0,74). Sum of RGB (Red+Green+Blue) = 133+0+74=207 (27% of max value = 765). Red value is 133 (52.34% from 255 or 64.25% from 207); Green value is 0 (0.39% from 255 or 0% from 207); Blue value is 74 (29.30% from 255 or 35.75% from 207); Max value from RGB is 133 - color contains mainly: red. Hex color #85004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85004A is #7AFFB5. Grayscale: #303030. Windows color (decimal): -8060854 or 4849797. OLE color: 4849797.

HSL color Cylindrical-coordinate representation of color #85004A: hue angle of 326.62º 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 #85004A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 0 74 -
CMYK 0 1 0.44 0.48
HSL 326.62º 1% 0.26% -
HSV(B) 326.62º 1% 0.52% -
XYZ 10.91 5.48 6.96 -
YUV 48.2 142.56 188.48 -
System Red Green Blue C M Y K H S L
Decimal 133 0 74 0 1 0.44 0.48 326.62 1 0.26
Hex 85 0 4A 0 64 2C 30 147 64 1A
Octal 205 0 112 0 144 54 60 507 144 32
Binary 10000101 0 1001010 0 1100100 101100 110000 101000111 1100100 11010

Color Harmonies of #85004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85004A

Black with #85004A

Text Example


Text Example

White with #85004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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