#6229EA

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

Shades of Han Purple #6229EA

Tints of Han Purple #6229EA

Color information

#6229EA (or 0x6229EA) is unknown color: approx Han Purple. HEX triplet: 62, 29 and EA. RGB value is (98,41,234). Sum of RGB (Red+Green+Blue) = 98+41+234=373 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.27% from 373); Green value is 41 (16.41% from 255 or 10.99% from 373); Blue value is 234 (91.80% from 255 or 62.73% from 373); Max value from RGB is 234 - color contains mainly: blue. Hex color #6229EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6229EA is #9DD615. Grayscale: #4F4F4F. Windows color (decimal): -10343958 or 15346018. OLE color: 15346018.

HSL color Cylindrical-coordinate representation of color #6229EA: hue angle of 257.72º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6229EA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9841234-
CMYK0.580.8200.08
HSL257.72º82.13%53.92%-
HSV(B)257.72º82.48%91.76%-
XYZ20.6810.1278.71-
YUV80.04214.88140.81-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.27%
GREEN value IS 41 (16.41% from 255) = 10.99%
BLUE value IS 234 (91.80% from 255) = 62.73%
R=26.27%
G=10.99%
B=62.73%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal98412340.580.8200.08257.7282.1353.92
Hex6229EA3A52081025236
Octal142513527212201040212266
Binary1100010101001111010101110101010010010001000000101010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6229EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6229EA; }

 p { color: rgb(98,41,234); }

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

<style>
 a { background-color: #6229EA; }

 a { background-color: rgb(98,41,234); }

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

<style>
 span { border-color: #6229EA; }

 span { border-color: rgb(98,41,234); }

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