#571262

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

Shades of Hot Purple #571262

Tints of Hot Purple #571262

Color information

#571262 (or 0x571262) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 62. RGB value is (87,18,98). Sum of RGB (Red+Green+Blue) = 87+18+98=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 98 - color contains mainly: blue. Hex color #571262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571262 is #A8ED9D. Grayscale: #2F2F2F. Windows color (decimal): -11070878 or 6427223. OLE color: 6427223.

HSL color Cylindrical-coordinate representation of color #571262: hue angle of 291.75º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571262 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB871898-
CMYK0.110.8200.62
HSL291.75º68.97%22.75%-
HSV(B)291.75º81.63%38.43%-
XYZ6.353.3411.87-
YUV47.75156.36156-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=42.86%
G=8.87%
B=48.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8718980.110.8200.62291.7568.9722.75
Hex571262B5203E1244517
Octal127221421312207644410527
Binary1010111100101100010101110100100111110100100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571262; }

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

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

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

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

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

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

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

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