#571260

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

Shades of Hot Purple #571260

Tints of Hot Purple #571260

Color information

#571260 (or 0x571260) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 60. RGB value is (87,18,96). Sum of RGB (Red+Green+Blue) = 87+18+96=201 (26% of max value = 765). Red value is 87 (34.38% from 255 or 43.28% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #571260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571260 is #A8ED9F. Grayscale: #2F2F2F. Windows color (decimal): -11070880 or 6296151. OLE color: 6296151.

HSL color Cylindrical-coordinate representation of color #571260: hue angle of 293.08º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571260 is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB871896-
CMYK0.090.8100.62
HSL293.08º68.42%22.35%-
HSV(B)293.08º81.25%37.65%-
XYZ6.263.311.37-
YUV47.52155.36156.16-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 43.28%
GREEN value IS 18 (7.42% from 255) = 8.96%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=43.28%
G=8.96%
B=47.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8718960.090.8100.62293.0868.4222.35
Hex57126095103E1254416
Octal127221401112107644510426
Binary1010111100101100000100110100010111110100100101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571260; }

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

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

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

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

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

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

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

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