Html Css Color HEX #570227 Tyrian Purple

📋 copy color: '#570227'

red 87 ◦ green 2 ◦ blue 39

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

Shades of Tyrian Purple #570227

Tints of Tyrian Purple #570227

RGB

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

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

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

R = 67.97%
G = 1.56%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.66

RGB Variations

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

Color information

#570227 (or 0x570227) is known color: Tyrian Purple. HEX triplet: 57, 02 and 27. RGB value is (87,2,39). Sum of RGB (Red+Green+Blue) = 87+2+39=128 (16% of max value = 765). Red value is 87 (34.38% from 255 or 67.97% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 39 (15.62% from 255 or 30.47% from 128); Max value from RGB is 87 - color contains mainly: red. Hex color #570227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570227 is #A8FDD8. Grayscale: #1F1F1F. Windows color (decimal): -11075033 or 2556503. OLE color: 2556503.

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

Color convert

RGB 87 2 39 -
CMYK 0 0.98 0.55 0.66
HSL 333.88º 0.96% 0.17% -
HSV(B) 333.88º 0.98% 0.34% -
XYZ 4.32 2.22 2.12 -
YUV 31.63 132.16 167.49 -
System Red Green Blue C M Y K H S L
Decimal 87 2 39 0 0.98 0.55 0.66 333.88 0.96 0.17
Hex 57 2 27 0 62 37 42 14E 60 11
Octal 127 2 47 0 142 67 102 516 140 21
Binary 1010111 10 100111 0 1100010 110111 1000010 101001110 1100000 10001

Color Harmonies of #570227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570227

Black with #570227

Text Example


Text Example

White with #570227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570227; }

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

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

background-color css

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

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

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

border-color css

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

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

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