#6226E3

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

Shades of Han Purple #6226E3

Tints of Han Purple #6226E3

Color information

#6226E3 (or 0x6226E3) is unknown color: approx Han Purple. HEX triplet: 62, 26 and E3. RGB value is (98,38,227). Sum of RGB (Red+Green+Blue) = 98+38+227=363 (48% of max value = 765). Red value is 98 (38.67% from 255 or 27.00% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 227 (89.06% from 255 or 62.53% from 363); Max value from RGB is 227 - color contains mainly: blue. Hex color #6226E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6226E3 is #9DD91C. Grayscale: #4C4C4C. Windows color (decimal): -10344733 or 14886498. OLE color: 14886498.

HSL color Cylindrical-coordinate representation of color #6226E3: hue angle of 259.05º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6226E3 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9838227-
CMYK0.570.8300.11
HSL259.05º77.14%51.96%-
HSV(B)259.05º83.26%89.02%-
XYZ19.69.5373.48-
YUV77.49212.38142.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 27.00%
GREEN value IS 38 (15.23% from 255) = 10.47%
BLUE value IS 227 (89.06% from 255) = 62.53%
R=27.00%
G=10.47%
B=62.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal98382270.570.8300.11259.0577.1451.96
Hex6226E339530B1034d34
Octal142463437112301340311564
Binary1100010100110111000111110011010011010111000000111001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6226E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6226E3; }

 p { color: rgb(98,38,227); }

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

<style>
 a { background-color: #6226E3; }

 a { background-color: rgb(98,38,227); }

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

<style>
 span { border-color: #6226E3; }

 span { border-color: rgb(98,38,227); }

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