Html Css Color HEX #6426FE Han Purple

📋 copy color: '#6426FE'

red 100 ◦ green 38 ◦ blue 254

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

Shades of Han Purple #6426FE

Tints of Han Purple #6426FE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 9.69%

 BLUE value IS 254 (99.61% from 255) = 64.8%

R = 25.51%
G = 9.69%
B = 64.8%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6426FE (or 0x6426FE) is known color: Han Purple. HEX triplet: 64, 26 and FE. RGB value is (100,38,254). Sum of RGB (Red+Green+Blue) = 100+38+254=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 38 (15.23% from 255 or 9.69% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #6426FE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6426FE is #9BD901. Grayscale: #505050. Windows color (decimal): -10213634 or 16655972. OLE color: 16655972.

HSL color Cylindrical-coordinate representation of color #6426FE: hue angle of 257.22º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6426FE is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 100 38 254 -
CMYK 0.61 0.85 0 0.00
HSL 257.22º 0.99% 0.57% -
HSV(B) 257.22º 0.85% 1% -
XYZ 23.84 11.25 94.68 -
YUV 81.16 225.54 141.44 -
System Red Green Blue C M Y K H S L
Decimal 100 38 254 0.61 0.85 0 0.00 257.22 0.99 0.57
Hex 64 26 FE 3D 55 0 0 101 63 39
Octal 144 46 376 75 125 0 0 401 143 71
Binary 1100100 100110 11111110 111101 1010101 0 0 100000001 1100011 111001

Color Harmonies of #6426FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426FE

Black with #6426FE

Text Example


Text Example

White with #6426FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6426FE; }

 p { color: rgb(100,38,254); }

 H1.HeaderClassName
 {
   color: #6426FE;
 }
 .AnyTagClassName
 {
   color: #6426FE;
 }
</style>

background-color css

<style>
 a { background-color: #6426FE; }

 a { background-color: rgb(100,38,254); }

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

border-color css

<style>
 span { border-color: #6426FE; }

 span { border-color: rgb(100,38,254); }

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