#5824FE

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

Shades of Han Purple #5824FE

Tints of Han Purple #5824FE

Color information

#5824FE (or 0x5824FE) is unknown color: approx Han Purple. HEX triplet: 58, 24 and FE. RGB value is (88,36,254). Sum of RGB (Red+Green+Blue) = 88+36+254=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 254 (99.61% from 255 or 67.20% from 378); Max value from RGB is 254 - color contains mainly: blue. Hex color #5824FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5824FE is #A7DB01. Grayscale: #4B4B4B. Windows color (decimal): -11000578 or 16655448. OLE color: 16655448.

HSL color Cylindrical-coordinate representation of color #5824FE: hue angle of 254.31º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5824FE is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB8836254-
CMYK0.650.8600.00
HSL254.31º99.09%56.86%-
HSV(B)254.31º85.83%99.61%-
XYZ22.5410.4994.6-
YUV76.4228.23136.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.28%
GREEN value IS 36 (14.45% from 255) = 9.52%
BLUE value IS 254 (99.61% from 255) = 67.20%
R=23.28%
G=9.52%
B=67.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal88362540.650.8600.00254.3199.0956.86
Hex5824FE415600fe6339
Octal130443761011260037614371
Binary1011000100100111111101000001101011000111111101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5824FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5824FE; }

 p { color: rgb(88,36,254); }

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

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

 a { background-color: rgb(88,36,254); }

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

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

 span { border-color: rgb(88,36,254); }

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