Html Css Color HEX #6429EB Han Purple

📋 copy color: '#6429EB'

red 100 ◦ green 41 ◦ blue 235

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

Shades of Han Purple #6429EB

Tints of Han Purple #6429EB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.9%

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

R = 26.6%
G = 10.9%
B = 62.5%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6429EB (or 0x6429EB) is known color: Han Purple. HEX triplet: 64, 29 and EB. RGB value is (100,41,235). Sum of RGB (Red+Green+Blue) = 100+41+235=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 235 (92.19% from 255 or 62.5% from 376); Max value from RGB is 235 - color contains mainly: blue. Hex color #6429EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6429EB is #9BD614. Grayscale: #505050. Windows color (decimal): -10212885 or 15411556. OLE color: 15411556.

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

Color convert

RGB 100 41 235 -
CMYK 0.57 0.83 0 0.08
HSL 258.25º 0.83% 0.54% -
HSV(B) 258.25º 0.83% 0.92% -
XYZ 21.04 10.29 79.47 -
YUV 80.76 215.05 141.73 -
System Red Green Blue C M Y K H S L
Decimal 100 41 235 0.57 0.83 0 0.08 258.25 0.83 0.54
Hex 64 29 EB 39 53 0 8 102 53 36
Octal 144 51 353 71 123 0 10 402 123 66
Binary 1100100 101001 11101011 111001 1010011 0 1000 100000010 1010011 110110

Color Harmonies of #6429EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429EB

Black with #6429EB

Text Example


Text Example

White with #6429EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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