#572754

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

Shades of Hot Purple #572754

Tints of Hot Purple #572754

Color information

#572754 (or 0x572754) is unknown color: approx Hot Purple. HEX triplet: 57, 27 and 54. RGB value is (87,39,84). Sum of RGB (Red+Green+Blue) = 87+39+84=210 (27% of max value = 765). Red value is 87 (34.38% from 255 or 41.43% from 210); Green value is 39 (15.62% from 255 or 18.57% from 210); Blue value is 84 (33.20% from 255 or 40% from 210); Max value from RGB is 87 - color contains mainly: red. Hex color #572754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #572754 is #A8D8AB. Grayscale: #3A3A3A. Windows color (decimal): -11065516 or 5515095. OLE color: 5515095.

HSL color Cylindrical-coordinate representation of color #572754: hue angle of 303.75º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #572754 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.66.

Color convert

RGB873984-
CMYK00.550.030.66
HSL303.75º38.1%24.71%-
HSV(B)303.75º55.17%34.12%-
XYZ6.264.128.85-
YUV58.48142.4148.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 41.43%
GREEN value IS 39 (15.62% from 255) = 18.57%
BLUE value IS 84 (33.20% from 255) = 40%
R=41.43%
G=18.57%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87398400.550.030.66303.7538.124.71
Hex5727540373421302619
Octal1274712406731024604631
Binary10101111001111010100011011111100001010011000010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572754; }

 p { color: rgb(87,39,84); }

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

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

 a { background-color: rgb(87,39,84); }

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

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

 span { border-color: rgb(87,39,84); }

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