Html Css Color HEX #6426FA Han Purple

📋 copy color: '#6426FA'

red 100 ◦ green 38 ◦ blue 250

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

Shades of Han Purple #6426FA

Tints of Han Purple #6426FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.43%

R = 25.77%
G = 9.79%
B = 64.43%

CMYK

 C value IS 0.6

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6426FA (or 0x6426FA) is known color: Han Purple. HEX triplet: 64, 26 and FA. RGB value is (100,38,250). Sum of RGB (Red+Green+Blue) = 100+38+250=388 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.77% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #6426FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6426FA is #9BD905. Grayscale: #4F4F4F. Windows color (decimal): -10213638 or 16393828. OLE color: 16393828.

HSL color Cylindrical-coordinate representation of color #6426FA: hue angle of 257.55º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6426FA is Cyan = 0.6, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 100 38 250 -
CMYK 0.6 0.85 0 0.02
HSL 257.55º 0.95% 0.56% -
HSV(B) 257.55º 0.85% 0.98% -
XYZ 23.2 11 91.34 -
YUV 80.71 223.54 141.76 -
System Red Green Blue C M Y K H S L
Decimal 100 38 250 0.6 0.85 0 0.02 257.55 0.95 0.56
Hex 64 26 FA 3C 55 0 2 102 5F 38
Octal 144 46 372 74 125 0 2 402 137 70
Binary 1100100 100110 11111010 111100 1010101 0 10 100000010 1011111 111000

Color Harmonies of #6426FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6426FA

Black with #6426FA

Text Example


Text Example

White with #6426FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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