#571243

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

Shades of Tyrian Purple #571243

Tints of Tyrian Purple #571243

Color information

#571243 (or 0x571243) is unknown color: approx Tyrian Purple. HEX triplet: 57, 12 and 43. RGB value is (87,18,67). Sum of RGB (Red+Green+Blue) = 87+18+67=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571243 is #A8EDBC. Grayscale: #2C2C2C. Windows color (decimal): -11070909 or 4395607. OLE color: 4395607.

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

Color convert

RGB871867-
CMYK00.790.230.66
HSL317.39º65.71%20.59%-
HSV(B)317.39º79.31%34.12%-
XYZ5.162.865.59-
YUV44.22140.86158.52-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 18 (7.42% from 255) = 10.47%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=50.58%
G=10.47%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87186700.790.230.66317.3965.7120.59
Hex57124304F174213d4215
Octal1272210301172710247510225
Binary101011110010100001101001111101111000010100111101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571243; }

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

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

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

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

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

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

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

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