#572CFF

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

Shades of Han Purple #572CFF

Tints of Han Purple #572CFF

Color information

#572CFF (or 0x572CFF) is unknown color: approx Han Purple. HEX triplet: 57, 2C and FF. RGB value is (87,44,255). Sum of RGB (Red+Green+Blue) = 87+44+255=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 44 (17.58% from 255 or 11.40% from 386); Blue value is 255 (100% from 255 or 66.06% from 386); Max value from RGB is 255 - color contains mainly: blue. Hex color #572CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #572CFF is #A8D300. Grayscale: #505050. Windows color (decimal): -11064065 or 16723031. OLE color: 16723031.

HSL color Cylindrical-coordinate representation of color #572CFF: hue angle of 252.23º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #572CFF is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB8744255-
CMYK0.660.8300
HSL252.23º100%58.63%-
HSV(B)252.23º82.75%100%-
XYZ22.8811.0595.53-
YUV80.91226.25132.34-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 22.54%
GREEN value IS 44 (17.58% from 255) = 11.40%
BLUE value IS 255 (100% from 255) = 66.06%
R=22.54%
G=11.40%
B=66.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87442550.660.8300252.2310058.63
Hex572CFF425300fc643b
Octal127543771021230037414473
Binary1010111101100111111111000010101001100111111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #572CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #572CFF; }

 p { color: rgb(87,44,255); }

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

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

 a { background-color: rgb(87,44,255); }

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

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

 span { border-color: rgb(87,44,255); }

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