Html Css Color HEX #6430E5 Han Purple

📋 copy color: '#6430E5'

red 100 ◦ green 48 ◦ blue 229

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

Shades of Han Purple #6430E5

Tints of Han Purple #6430E5

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.73%

 BLUE value IS 229 (89.84% from 255) = 60.74%

R = 26.53%
G = 12.73%
B = 60.74%

CMYK

 C value IS 0.56

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6430E5 (or 0x6430E5) is known color: Han Purple. HEX triplet: 64, 30 and E5. RGB value is (100,48,229). Sum of RGB (Red+Green+Blue) = 100+48+229=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 229 (89.84% from 255 or 60.74% from 377); Max value from RGB is 229 - color contains mainly: blue. Hex color #6430E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6430E5 is #9BCF1A. Grayscale: #535353. Windows color (decimal): -10211099 or 15020132. OLE color: 15020132.

HSL color Cylindrical-coordinate representation of color #6430E5: hue angle of 257.24º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6430E5 is Cyan = 0.56, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 48 229 -
CMYK 0.56 0.79 0 0.10
HSL 257.24º 0.78% 0.54% -
HSV(B) 257.24º 0.79% 0.9% -
XYZ 20.46 10.48 75.07 -
YUV 84.18 209.73 139.28 -
System Red Green Blue C M Y K H S L
Decimal 100 48 229 0.56 0.79 0 0.10 257.24 0.78 0.54
Hex 64 30 E5 38 4F 0 A 101 4E 36
Octal 144 60 345 70 117 0 12 401 116 66
Binary 1100100 110000 11100101 111000 1001111 0 1010 100000001 1001110 110110

Color Harmonies of #6430E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6430E5

Black with #6430E5

Text Example


Text Example

White with #6430E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6430E5; }

 p { color: rgb(100,48,229); }

 H1.HeaderClassName
 {
   color: #6430E5;
 }
 .AnyTagClassName
 {
   color: #6430E5;
 }
</style>

background-color css

<style>
 a { background-color: #6430E5; }

 a { background-color: rgb(100,48,229); }

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

border-color css

<style>
 span { border-color: #6430E5; }

 span { border-color: rgb(100,48,229); }

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