#4206E7

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

Shades of Han Purple #4206E7

Tints of Han Purple #4206E7

Color information

#4206E7 (or 0x4206E7) is unknown color: approx Han Purple. HEX triplet: 42, 06 and E7. RGB value is (66,6,231). Sum of RGB (Red+Green+Blue) = 66+6+231=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 6 (2.73% from 255 or 1.98% from 303); Blue value is 231 (90.62% from 255 or 76.24% from 303); Max value from RGB is 231 - color contains mainly: blue. Hex color #4206E7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #4206E7 is #BDF918. Grayscale: #303030. Windows color (decimal): -12450073 or 15140418. OLE color: 15140418.

HSL color Cylindrical-coordinate representation of color #4206E7: hue angle of 256º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4206E7 is Cyan = 0.71, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB666231-
CMYK0.710.9700.09
HSL256º94.94%46.47%-
HSV(B)256º97.4%90.59%-
XYZ16.747.0676.08-
YUV49.59230.38139.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 6 (2.73% from 255) = 1.98%
BLUE value IS 231 (90.62% from 255) = 76.24%
R=21.78%
G=1.98%
B=76.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal6662310.710.9700.0925694.9446.47
Hex426E74761091005f2e
Octal102634710714101140013756
Binary10000101101110011110001111100001010011000000001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4206E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4206E7; }

 p { color: rgb(66,6,231); }

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

<style>
 a { background-color: #4206E7; }

 a { background-color: rgb(66,6,231); }

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

<style>
 span { border-color: #4206E7; }

 span { border-color: rgb(66,6,231); }

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