Html Css Color HEX #570527 Tyrian Purple

📋 copy color: '#570527'

red 87 ◦ green 5 ◦ blue 39

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

Shades of Tyrian Purple #570527

Tints of Tyrian Purple #570527

RGB

 RED value IS 87 (34.38% from 255) = 66.41%

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

 BLUE value IS 39 (15.63% from 255) = 29.77%

R = 66.41%
G = 3.82%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#570527 (or 0x570527) is known color: Tyrian Purple. HEX triplet: 57, 05 and 27. RGB value is (87,5,39). Sum of RGB (Red+Green+Blue) = 87+5+39=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #570527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570527 is #A8FAD8. Grayscale: #212121. Windows color (decimal): -11074265 or 2557271. OLE color: 2557271.

HSL color Cylindrical-coordinate representation of color #570527: hue angle of 335.12º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570527 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 5 39 -
CMYK 0 0.94 0.55 0.66
HSL 335.12º 0.89% 0.18% -
HSV(B) 335.12º 0.94% 0.34% -
XYZ 4.35 2.28 2.13 -
YUV 33.39 131.17 166.24 -
System Red Green Blue C M Y K H S L
Decimal 87 5 39 0 0.94 0.55 0.66 335.12 0.89 0.18
Hex 57 5 27 0 5E 37 42 14F 59 12
Octal 127 5 47 0 136 67 102 517 131 22
Binary 1010111 101 100111 0 1011110 110111 1000010 101001111 1011001 10010

Color Harmonies of #570527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570527

Black with #570527

Text Example


Text Example

White with #570527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570527; }

 p { color: rgb(87,5,39); }

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

background-color css

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

 a { background-color: rgb(87,5,39); }

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

border-color css

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

 span { border-color: rgb(87,5,39); }

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