#5721FF

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

Shades of Han Purple #5721FF

Tints of Han Purple #5721FF

Color information

#5721FF (or 0x5721FF) is unknown color: approx Han Purple. HEX triplet: 57, 21 and FF. RGB value is (87,33,255). Sum of RGB (Red+Green+Blue) = 87+33+255=375 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.2% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 255 (100% from 255 or 68% from 375); Max value from RGB is 255 - color contains mainly: blue. Hex color #5721FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5721FF is #A8DE00. Grayscale: #494949. Windows color (decimal): -11066881 or 16720215. OLE color: 16720215.

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

Color convert

RGB8733255-
CMYK0.660.8700
HSL254.59º100%56.47%-
HSV(B)254.59º87.06%100%-
XYZ22.5210.3395.42-
YUV74.45229.89136.95-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 23.2%
GREEN value IS 33 (13.28% from 255) = 8.8%
BLUE value IS 255 (100% from 255) = 68%
R=23.2%
G=8.8%
B=68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal87332550.660.8700254.5910056.47
Hex5721FF425700ff6438
Octal127413771021270037714470
Binary1010111100001111111111000010101011100111111111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5721FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5721FF; }

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

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

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

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

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

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

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

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