#571366

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

Shades of Hot Purple #571366

Tints of Hot Purple #571366

Color information

#571366 (or 0x571366) is unknown color: approx Hot Purple. HEX triplet: 57, 13 and 66. RGB value is (87,19,102). Sum of RGB (Red+Green+Blue) = 87+19+102=208 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.83% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #571366 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571366 is #A8EC99. Grayscale: #303030. Windows color (decimal): -11070618 or 6689623. OLE color: 6689623.

HSL color Cylindrical-coordinate representation of color #571366: hue angle of 289.16º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571366 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8719102-
CMYK0.150.8100.6
HSL289.16º68.6%23.73%-
HSV(B)289.16º81.37%40%-
XYZ6.563.4512.89-
YUV48.79158.03155.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.83%
GREEN value IS 19 (7.81% from 255) = 9.13%
BLUE value IS 102 (40.23% from 255) = 49.04%
R=41.83%
G=9.13%
B=49.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal87191020.150.8100.6289.1668.623.73
Hex571366F5103C1214518
Octal127231461712107444110530
Binary1010111100111100110111110100010111100100100001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571366; }

 p { color: rgb(87,19,102); }

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

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

 a { background-color: rgb(87,19,102); }

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

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

 span { border-color: rgb(87,19,102); }

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