#6331e6

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

Shades of Han Purple #6331E6

Tints of Han Purple #6331E6

Color information

#6331E6 (or 0x6331E6) is unknown color: approx Han Purple. HEX triplet: 63, 31 and E6. RGB value is (99,49,230). Sum of RGB (Red+Green+Blue) = 99+49+230=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 230 (90.23% from 255 or 60.85% from 378); Max value from RGB is 230 - color contains mainly: blue. Hex color #6331E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6331E6 is #9CCE19. Grayscale: #535353. Windows color (decimal): -10276378 or 15085923. OLE color: 15085923.

HSL color Cylindrical-coordinate representation of color #6331E6: hue angle of 256.57º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6331E6 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9949230-
CMYK0.570.7900.10
HSL256.57º78.35%54.71%-
HSV(B)256.57º78.7%90.2%-
XYZ20.5310.5675.82-
YUV84.58210.06138.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.19%
GREEN value IS 49 (19.53% from 255) = 12.96%
BLUE value IS 230 (90.23% from 255) = 60.85%
R=26.19%
G=12.96%
B=60.85%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal99492300.570.7900.10256.5778.3554.71
Hex6331E6394F0A1014e37
Octal143613467111701240111667
Binary1100011110001111001101110011001111010101000000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6331e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6331e6; }

 p { color: rgb(99,49,230); }

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

<style>
 a { background-color: #6331e6; }

 a { background-color: rgb(99,49,230); }

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

<style>
 span { border-color: #6331e6; }

 span { border-color: rgb(99,49,230); }

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