Html Css Color HEX #570236 Tyrian Purple

📋 copy color: '#570236'

red 87 ◦ green 2 ◦ blue 54

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

Shades of Tyrian Purple #570236

Tints of Tyrian Purple #570236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.76%

R = 60.84%
G = 1.4%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#570236 (or 0x570236) is known color: Tyrian Purple. HEX triplet: 57, 02 and 36. RGB value is (87,2,54). Sum of RGB (Red+Green+Blue) = 87+2+54=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570236 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570236 is #A8FDC9. Grayscale: #212121. Windows color (decimal): -11075018 or 3539543. OLE color: 3539543.

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

Color convert

RGB 87 2 54 -
CMYK 0 0.98 0.38 0.66
HSL 323.29º 0.96% 0.17% -
HSV(B) 323.29º 0.98% 0.34% -
XYZ 4.62 2.34 3.7 -
YUV 33.34 139.66 166.27 -
System Red Green Blue C M Y K H S L
Decimal 87 2 54 0 0.98 0.38 0.66 323.29 0.96 0.17
Hex 57 2 36 0 62 26 42 143 60 11
Octal 127 2 66 0 142 46 102 503 140 21
Binary 1010111 10 110110 0 1100010 100110 1000010 101000011 1100000 10001

Color Harmonies of #570236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570236

Black with #570236

Text Example


Text Example

White with #570236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570236; }

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

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

background-color css

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

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

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

border-color css

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

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

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