Html Css Color HEX #6425EB Han Purple

📋 copy color: '#6425EB'

red 100 ◦ green 37 ◦ blue 235

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

Shades of Han Purple #6425EB

Tints of Han Purple #6425EB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.95%

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

R = 26.88%
G = 9.95%
B = 63.17%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6425EB (or 0x6425EB) is known color: Han Purple. HEX triplet: 64, 25 and EB. RGB value is (100,37,235). Sum of RGB (Red+Green+Blue) = 100+37+235=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 235 (92.19% from 255 or 63.17% from 372); Max value from RGB is 235 - color contains mainly: blue. Hex color #6425EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6425EB is #9BDA14. Grayscale: #4D4D4D. Windows color (decimal): -10213909 or 15410532. OLE color: 15410532.

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

Color convert

RGB 100 37 235 -
CMYK 0.57 0.84 0 0.08
HSL 259.09º 0.83% 0.53% -
HSV(B) 259.09º 0.84% 0.92% -
XYZ 20.91 10.03 79.43 -
YUV 78.41 216.37 143.4 -
System Red Green Blue C M Y K H S L
Decimal 100 37 235 0.57 0.84 0 0.08 259.09 0.83 0.53
Hex 64 25 EB 39 54 0 8 103 53 35
Octal 144 45 353 71 124 0 10 403 123 65
Binary 1100100 100101 11101011 111001 1010100 0 1000 100000011 1010011 110101

Color Harmonies of #6425EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6425EB

Black with #6425EB

Text Example


Text Example

White with #6425EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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