Html Css Color HEX #6024EE Han Purple

📋 copy color: '#6024EE'

red 96 ◦ green 36 ◦ blue 238

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

Shades of Han Purple #6024EE

Tints of Han Purple #6024EE

RGB

 RED value IS 96 (37.89% from 255) = 25.95%

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

 BLUE value IS 238 (93.36% from 255) = 64.32%

R = 25.95%
G = 9.73%
B = 64.32%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6024EE (or 0x6024EE) is known color: Han Purple. HEX triplet: 60, 24 and EE. RGB value is (96,36,238). Sum of RGB (Red+Green+Blue) = 96+36+238=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 36 (14.45% from 255 or 9.73% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #6024EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6024EE is #9FDB11. Grayscale: #4C4C4C. Windows color (decimal): -10476306 or 15606880. OLE color: 15606880.

HSL color Cylindrical-coordinate representation of color #6024EE: hue angle of 257.82º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6024EE is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 96 36 238 -
CMYK 0.60 0.85 0 0.07
HSL 257.82º 0.86% 0.54% -
HSV(B) 257.82º 0.85% 0.93% -
XYZ 20.89 9.92 81.7 -
YUV 76.97 218.88 141.57 -
System Red Green Blue C M Y K H S L
Decimal 96 36 238 0.60 0.85 0 0.07 257.82 0.86 0.54
Hex 60 24 EE 3C 55 0 7 102 56 36
Octal 140 44 356 74 125 0 7 402 126 66
Binary 1100000 100100 11101110 111100 1010101 0 111 100000010 1010110 110110

Color Harmonies of #6024EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6024EE

Black with #6024EE

Text Example


Text Example

White with #6024EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6024EE; }

 p { color: rgb(96,36,238); }

 H1.HeaderClassName
 {
   color: #6024EE;
 }
 .AnyTagClassName
 {
   color: #6024EE;
 }
</style>

background-color css

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

 a { background-color: rgb(96,36,238); }

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

border-color css

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

 span { border-color: rgb(96,36,238); }

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