Html Css Color HEX #570233 Tyrian Purple

📋 copy color: '#570233'

red 87 ◦ green 2 ◦ blue 51

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

Shades of Tyrian Purple #570233

Tints of Tyrian Purple #570233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 36.43%

R = 62.14%
G = 1.43%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.66

RGB Variations

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

Color information

#570233 (or 0x570233) is known color: Tyrian Purple. HEX triplet: 57, 02 and 33. RGB value is (87,2,51). Sum of RGB (Red+Green+Blue) = 87+2+51=140 (18% of max value = 765). Red value is 87 (34.38% from 255 or 62.14% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 87 - color contains mainly: red. Hex color #570233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570233 is #A8FDCC. Grayscale: #202020. Windows color (decimal): -11075021 or 3342935. OLE color: 3342935.

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

Color convert

RGB 87 2 51 -
CMYK 0 0.98 0.41 0.66
HSL 325.41º 0.96% 0.17% -
HSV(B) 325.41º 0.98% 0.34% -
XYZ 4.55 2.31 3.34 -
YUV 33 138.16 166.52 -
System Red Green Blue C M Y K H S L
Decimal 87 2 51 0 0.98 0.41 0.66 325.41 0.96 0.17
Hex 57 2 33 0 62 29 42 145 60 11
Octal 127 2 63 0 142 51 102 505 140 21
Binary 1010111 10 110011 0 1100010 101001 1000010 101000101 1100000 10001

Color Harmonies of #570233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570233

Black with #570233

Text Example


Text Example

White with #570233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570233; }

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

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

background-color css

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

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

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

border-color css

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

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

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