#571361

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

Shades of Hot Purple #571361

Tints of Hot Purple #571361

Color information

#571361 (or 0x571361) is unknown color: approx Hot Purple. HEX triplet: 57, 13 and 61. RGB value is (87,19,97). Sum of RGB (Red+Green+Blue) = 87+19+97=203 (26% of max value = 765). Red value is 87 (34.38% from 255 or 42.86% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #571361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571361 is #A8EC9E. Grayscale: #2F2F2F. Windows color (decimal): -11070623 or 6361943. OLE color: 6361943.

HSL color Cylindrical-coordinate representation of color #571361: hue angle of 292.31º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #571361 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB871997-
CMYK0.100.8000.62
HSL292.31º67.24%22.75%-
HSV(B)292.31º80.41%38.04%-
XYZ6.323.3611.62-
YUV48.22155.53155.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 97 (38.28% from 255) = 47.78%
R=42.86%
G=9.36%
B=47.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8719970.100.8000.62292.3167.2422.75
Hex571361A5003E1244317
Octal127231411212007644410327
Binary1010111100111100001101010100000111110100100100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571361; }

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

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

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

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

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

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

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

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