Html Css Color HEX #6424EB Han Purple

📋 copy color: '#6424EB'

red 100 ◦ green 36 ◦ blue 235

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

Shades of Han Purple #6424EB

Tints of Han Purple #6424EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 26.95%
G = 9.7%
B = 63.34%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6424EB (or 0x6424EB) is known color: Han Purple. HEX triplet: 64, 24 and EB. RGB value is (100,36,235). Sum of RGB (Red+Green+Blue) = 100+36+235=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #6424EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6424EB is #9BDB14. Grayscale: #4D4D4D. Windows color (decimal): -10214165 or 15410276. OLE color: 15410276.

HSL color Cylindrical-coordinate representation of color #6424EB: hue angle of 259.3º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6424EB is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 36 235 -
CMYK 0.57 0.85 0 0.08
HSL 259.3º 0.83% 0.53% -
HSV(B) 259.3º 0.85% 0.92% -
XYZ 20.88 9.97 79.42 -
YUV 77.82 216.7 143.82 -
System Red Green Blue C M Y K H S L
Decimal 100 36 235 0.57 0.85 0 0.08 259.3 0.83 0.53
Hex 64 24 EB 39 55 0 8 103 53 35
Octal 144 44 353 71 125 0 10 403 123 65
Binary 1100100 100100 11101011 111001 1010101 0 1000 100000011 1010011 110101

Color Harmonies of #6424EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6424EB

Black with #6424EB

Text Example


Text Example

White with #6424EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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