Html Css Color HEX #570232 Tyrian Purple

📋 copy color: '#570232'

red 87 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #570232

Tints of Tyrian Purple #570232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 35.97%

R = 62.59%
G = 1.44%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#570232 (or 0x570232) is known color: Tyrian Purple. HEX triplet: 57, 02 and 32. RGB value is (87,2,50). Sum of RGB (Red+Green+Blue) = 87+2+50=139 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.59% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 87 - color contains mainly: red. Hex color #570232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570232 is #A8FDCD. Grayscale: #202020. Windows color (decimal): -11075022 or 3277399. OLE color: 3277399.

HSL color Cylindrical-coordinate representation of color #570232: hue angle of 326.12º 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 #570232 is Cyan = 0, Magento = 0.98, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 2 50 -
CMYK 0 0.98 0.43 0.66
HSL 326.12º 0.96% 0.17% -
HSV(B) 326.12º 0.98% 0.34% -
XYZ 4.53 2.3 3.22 -
YUV 32.89 137.66 166.6 -
System Red Green Blue C M Y K H S L
Decimal 87 2 50 0 0.98 0.43 0.66 326.12 0.96 0.17
Hex 57 2 32 0 62 2B 42 146 60 11
Octal 127 2 62 0 142 53 102 506 140 21
Binary 1010111 10 110010 0 1100010 101011 1000010 101000110 1100000 10001

Color Harmonies of #570232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570232

Black with #570232

Text Example


Text Example

White with #570232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570232; }

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

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

background-color css

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

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

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

border-color css

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

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

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