Html Css Color HEX #5824F8 Han Purple

📋 copy color: '#5824F8'

red 88 ◦ green 36 ◦ blue 248

#5824F8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5824F8

Tints of Han Purple #5824F8

RGB

 RED value IS 88 (34.77% from 255) = 23.66%

 GREEN value IS 36 (14.45% from 255) = 9.68%

 BLUE value IS 248 (97.27% from 255) = 66.67%

R = 23.66%
G = 9.68%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#5824F8 (or 0x5824F8) is known color: Han Purple. HEX triplet: 58, 24 and F8. RGB value is (88,36,248). Sum of RGB (Red+Green+Blue) = 88+36+248=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 36 (14.45% from 255 or 9.68% from 372); Blue value is 248 (97.27% from 255 or 66.67% from 372); Max value from RGB is 248 - color contains mainly: blue. Hex color #5824F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5824F8 is #A7DB07. Grayscale: #4A4A4A. Windows color (decimal): -11000584 or 16262232. OLE color: 16262232.

HSL color Cylindrical-coordinate representation of color #5824F8: hue angle of 254.72º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5824F8 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 88 36 248 -
CMYK 0.65 0.85 0 0.03
HSL 254.72º 0.94% 0.56% -
HSV(B) 254.72º 0.85% 0.97% -
XYZ 21.6 10.11 89.62 -
YUV 75.72 225.23 136.76 -
System Red Green Blue C M Y K H S L
Decimal 88 36 248 0.65 0.85 0 0.03 254.72 0.94 0.56
Hex 58 24 F8 41 55 0 3 FF 5E 38
Octal 130 44 370 101 125 0 3 377 136 70
Binary 1011000 100100 11111000 1000001 1010101 0 11 11111111 1011110 111000

Color Harmonies of #5824F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5824F8

Black with #5824F8

Text Example


Text Example

White with #5824F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5824F8;
 }
 .AnyTagClassName
 {
   color: #5824F8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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