Html Css Color HEX #6424EF Han Purple

📋 copy color: '#6424EF'

red 100 ◦ green 36 ◦ blue 239

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

Shades of Han Purple #6424EF

Tints of Han Purple #6424EF

RGB

 RED value IS 100 (39.45% from 255) = 26.67%

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

 BLUE value IS 239 (93.75% from 255) = 63.73%

R = 26.67%
G = 9.6%
B = 63.73%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6424EF (or 0x6424EF) is known color: Han Purple. HEX triplet: 64, 24 and EF. RGB value is (100,36,239). Sum of RGB (Red+Green+Blue) = 100+36+239=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #6424EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6424EF is #9BDB10. Grayscale: #4D4D4D. Windows color (decimal): -10214161 or 15672420. OLE color: 15672420.

HSL color Cylindrical-coordinate representation of color #6424EF: hue angle of 258.92º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6424EF is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 36 239 -
CMYK 0.58 0.85 0 0.06
HSL 258.92º 0.86% 0.54% -
HSV(B) 258.92º 0.85% 0.94% -
XYZ 21.47 10.2 82.5 -
YUV 78.28 218.7 143.49 -
System Red Green Blue C M Y K H S L
Decimal 100 36 239 0.58 0.85 0 0.06 258.92 0.86 0.54
Hex 64 24 EF 3A 55 0 6 103 56 36
Octal 144 44 357 72 125 0 6 403 126 66
Binary 1100100 100100 11101111 111010 1010101 0 110 100000011 1010110 110110

Color Harmonies of #6424EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424EF

Black with #6424EF

Text Example


Text Example

White with #6424EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6424EF; }

 p { color: rgb(100,36,239); }

 H1.HeaderClassName
 {
   color: #6424EF;
 }
 .AnyTagClassName
 {
   color: #6424EF;
 }
</style>

background-color css

<style>
 a { background-color: #6424EF; }

 a { background-color: rgb(100,36,239); }

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

border-color css

<style>
 span { border-color: #6424EF; }

 span { border-color: rgb(100,36,239); }

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