#571265

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

Shades of Hot Purple #571265

Tints of Hot Purple #571265

Color information

#571265 (or 0x571265) is unknown color: approx Hot Purple. HEX triplet: 57, 12 and 65. RGB value is (87,18,101). Sum of RGB (Red+Green+Blue) = 87+18+101=206 (27% of max value = 765). Red value is 87 (34.38% from 255 or 42.23% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 101 (39.84% from 255 or 49.03% from 206); Max value from RGB is 101 - color contains mainly: blue. Hex color #571265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571265 is #A8ED9A. Grayscale: #2F2F2F. Windows color (decimal): -11070875 or 6623831. OLE color: 6623831.

HSL color Cylindrical-coordinate representation of color #571265: hue angle of 289.88º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #571265 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8718101-
CMYK0.140.8200.60
HSL289.88º69.75%23.33%-
HSV(B)289.88º82.18%39.61%-
XYZ6.53.412.63-
YUV48.09157.86155.75-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.23%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 101 (39.84% from 255) = 49.03%
R=42.23%
G=8.74%
B=49.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal87181010.140.8200.60289.8869.7523.33
Hex571265E5203C1224617
Octal127221451612207444210627
Binary1010111100101100101111010100100111100100100010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571265; }

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

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

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

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

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

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

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

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