Html Css Color HEX #570229 Tyrian Purple

📋 copy color: '#570229'

red 87 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #570229

Tints of Tyrian Purple #570229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 41 (16.41% from 255) = 31.54%

R = 66.92%
G = 1.54%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.66

RGB Variations

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

Color information

#570229 (or 0x570229) is known color: Tyrian Purple. HEX triplet: 57, 02 and 29. RGB value is (87,2,41). Sum of RGB (Red+Green+Blue) = 87+2+41=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #570229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570229 is #A8FDD6. Grayscale: #1F1F1F. Windows color (decimal): -11075031 or 2687575. OLE color: 2687575.

HSL color Cylindrical-coordinate representation of color #570229: hue angle of 332.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #570229 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 41 -
CMYK 0 0.98 0.53 0.66
HSL 332.47º 0.96% 0.17% -
HSV(B) 332.47º 0.98% 0.34% -
XYZ 4.35 2.23 2.3 -
YUV 31.86 133.16 167.33 -
System Red Green Blue C M Y K H S L
Decimal 87 2 41 0 0.98 0.53 0.66 332.47 0.96 0.17
Hex 57 2 29 0 62 35 42 14C 60 11
Octal 127 2 51 0 142 65 102 514 140 21
Binary 1010111 10 101001 0 1100010 110101 1000010 101001100 1100000 10001

Color Harmonies of #570229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570229

Black with #570229

Text Example


Text Example

White with #570229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570229; }

 p { color: rgb(87,2,41); }

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

background-color css

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

 a { background-color: rgb(87,2,41); }

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

border-color css

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

 span { border-color: rgb(87,2,41); }

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