#6422EE

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

Shades of Han Purple #6422EE

Tints of Han Purple #6422EE

Color information

#6422EE (or 0x6422EE) is unknown color: approx Han Purple. HEX triplet: 64, 22 and EE. RGB value is (100,34,238). Sum of RGB (Red+Green+Blue) = 100+34+238=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 238 (93.36% from 255 or 63.98% from 372); Max value from RGB is 238 - color contains mainly: blue. Hex color #6422EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6422EE is #9BDD11. Grayscale: #4C4C4C. Windows color (decimal): -10214674 or 15606372. OLE color: 15606372.

HSL color Cylindrical-coordinate representation of color #6422EE: hue angle of 259.41º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6422EE is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB10034238-
CMYK0.580.8600.07
HSL259.41º85.71%53.33%-
HSV(B)259.41º85.71%93.33%-
XYZ21.2610.0381.7-
YUV76.99218.87144.41-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 34 (13.67% from 255) = 9.14%
BLUE value IS 238 (93.36% from 255) = 63.98%
R=26.88%
G=9.14%
B=63.98%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal100342380.580.8600.07259.4185.7153.33
Hex6422EE3A56071035635
Octal14442356721260740312665
Binary110010010001011101110111010101011001111000000111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6422EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6422EE; }

 p { color: rgb(100,34,238); }

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

<style>
 a { background-color: #6422EE; }

 a { background-color: rgb(100,34,238); }

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

<style>
 span { border-color: #6422EE; }

 span { border-color: rgb(100,34,238); }

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