Html Css Color HEX #6426FF Han Purple

📋 copy color: '#6426FF'

red 100 ◦ green 38 ◦ blue 255

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

Shades of Han Purple #6426FF

Tints of Han Purple #6426FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 64.89%

R = 25.45%
G = 9.67%
B = 64.89%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6426FF (or 0x6426FF) is known color: Han Purple. HEX triplet: 64, 26 and FF. RGB value is (100,38,255). Sum of RGB (Red+Green+Blue) = 100+38+255=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 255 (100% from 255 or 64.89% from 393); Max value from RGB is 255 - color contains mainly: blue. Hex color #6426FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6426FF is #9BD900. Grayscale: #505050. Windows color (decimal): -10213633 or 16721508. OLE color: 16721508.

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

Color convert

RGB 100 38 255 -
CMYK 0.61 0.85 0 0
HSL 257.14º 1% 0.57% -
HSV(B) 257.14º 0.85% 1% -
XYZ 24 11.32 95.53 -
YUV 81.28 226.04 141.36 -
System Red Green Blue C M Y K H S L
Decimal 100 38 255 0.61 0.85 0 0 257.14 1 0.57
Hex 64 26 FF 3D 55 0 0 101 64 39
Octal 144 46 377 75 125 0 0 401 144 71
Binary 1100100 100110 11111111 111101 1010101 0 0 100000001 1100100 111001

Color Harmonies of #6426FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426FF

Black with #6426FF

Text Example


Text Example

White with #6426FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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