#6427F2

Color #6427F2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #6427F2

Tints of Han Purple #6427F2

Color information

#6427F2 (or 0x6427F2) is unknown color: approx Han Purple. HEX triplet: 64, 27 and F2. RGB value is (100,39,242). Sum of RGB (Red+Green+Blue) = 100+39+242=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #6427F2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6427F2 is #9BD80D. Grayscale: #4F4F4F. Windows color (decimal): -10213390 or 15869796. OLE color: 15869796.

HSL color Cylindrical-coordinate representation of color #6427F2: hue angle of 258.03º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6427F2 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10039242-
CMYK0.590.8400.05
HSL258.03º88.65%55.1%-
HSV(B)258.03º83.88%94.9%-
XYZ22.0110.5784.88-
YUV80.38219.21141.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 39 (15.62% from 255) = 10.24%
BLUE value IS 242 (94.92% from 255) = 63.52%
R=26.25%
G=10.24%
B=63.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal100392420.590.8400.05258.0388.6555.1
Hex6427F23B54051025937
Octal14447362731240540213167
Binary110010010011111110010111011101010001011000000101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6427F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6427F2;
 }
 .AnyTagClassName
 {
   color: #6427F2;
 }
</style>
background-color css

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

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

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

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

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

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