#571248

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

Shades of Tyrian Purple #571248

Tints of Tyrian Purple #571248

Color information

#571248 (or 0x571248) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 48. RGB value is (87,18,72). Sum of RGB (Red+Green+Blue) = 87+18+72=177 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.15% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 72 (28.52% from 255 or 40.68% from 177); Max value from RGB is 87 - color contains mainly: red. Hex color #571248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571248 is #A8EDB7. Grayscale: #2C2C2C. Windows color (decimal): -11070904 or 4723287. OLE color: 4723287.

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

Color convert

RGB871872-
CMYK00.790.170.66
HSL313.04º65.71%20.59%-
HSV(B)313.04º79.31%34.12%-
XYZ5.322.936.42-
YUV44.79143.36158.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 49.15%
GREEN value IS 18 (7.42% from 255) = 10.17%
BLUE value IS 72 (28.52% from 255) = 40.68%
R=49.15%
G=10.17%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87187200.790.170.66313.0465.7120.59
Hex57124804F11421394215
Octal1272211001172110247110225
Binary101011110010100100001001111100011000010100111001100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571248; }

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

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

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

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

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

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

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

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