#571244

Color #571244 Tyrian Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tyrian Purple #571244

Tints of Tyrian Purple #571244

Color information

#571244 (or 0x571244) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 44. RGB value is (87,18,68). Sum of RGB (Red+Green+Blue) = 87+18+68=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 68 (26.95% from 255 or 39.31% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571244 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571244 is #A8EDBB. Grayscale: #2C2C2C. Windows color (decimal): -11070908 or 4461143. OLE color: 4461143.

HSL color Cylindrical-coordinate representation of color #571244: hue angle of 316.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571244 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB871868-
CMYK00.790.220.66
HSL316.52º65.71%20.59%-
HSV(B)316.52º79.31%34.12%-
XYZ5.192.885.75-
YUV44.33141.36158.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 68 (26.95% from 255) = 39.31%
R=50.29%
G=10.40%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87186800.790.220.66316.5265.7120.59
Hex57124404F164213d4215
Octal1272210401172610247510225
Binary101011110010100010001001111101101000010100111101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571244; }

 p { color: rgb(87,18,68); }

 H1.HeaderClassName
 {
   color: #571244;
 }
 .AnyTagClassName
 {
   color: #571244;
 }
</style>
background-color css

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

 a { background-color: rgb(87,18,68); }

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

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

 span { border-color: rgb(87,18,68); }

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