Html Css Color HEX #6427FA Han Purple

📋 copy color: '#6427FA'

red 100 ◦ green 39 ◦ blue 250

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

Shades of Han Purple #6427FA

Tints of Han Purple #6427FA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.03%

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

R = 25.71%
G = 10.03%
B = 64.27%

CMYK

 C value IS 0.6

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6427FA (or 0x6427FA) is known color: Han Purple. HEX triplet: 64, 27 and FA. RGB value is (100,39,250). Sum of RGB (Red+Green+Blue) = 100+39+250=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 250 (98.05% from 255 or 64.27% from 389); Max value from RGB is 250 - color contains mainly: blue. Hex color #6427FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6427FA is #9BD805. Grayscale: #505050. Windows color (decimal): -10213382 or 16394084. OLE color: 16394084.

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

Color convert

RGB 100 39 250 -
CMYK 0.6 0.84 0 0.02
HSL 257.35º 0.95% 0.57% -
HSV(B) 257.35º 0.84% 0.98% -
XYZ 23.24 11.06 91.35 -
YUV 81.29 223.21 141.34 -
System Red Green Blue C M Y K H S L
Decimal 100 39 250 0.6 0.84 0 0.02 257.35 0.95 0.57
Hex 64 27 FA 3C 54 0 2 101 5F 39
Octal 144 47 372 74 124 0 2 401 137 71
Binary 1100100 100111 11111010 111100 1010100 0 10 100000001 1011111 111001

Color Harmonies of #6427FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6427FA

Black with #6427FA

Text Example


Text Example

White with #6427FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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