#3E0CD7

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

Shades of Han Purple #3E0CD7

Tints of Han Purple #3E0CD7

Color information

#3E0CD7 (or 0x3E0CD7) is unknown color: approx Han Purple. HEX triplet: 3E, 0C and D7. RGB value is (62,12,215). Sum of RGB (Red+Green+Blue) = 62+12+215=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 215 (84.38% from 255 or 74.39% from 289); Max value from RGB is 215 - color contains mainly: blue. Hex color #3E0CD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E0CD7 is #C1F328. Grayscale: #313131. Windows color (decimal): -12710697 or 14093374. OLE color: 14093374.

HSL color Cylindrical-coordinate representation of color #3E0CD7: hue angle of 254.78º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0CD7 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6212215-
CMYK0.710.9400.16
HSL254.78º89.43%44.51%-
HSV(B)254.78º94.42%84.31%-
XYZ14.386.1964.73-
YUV50.09221.06136.49-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.45%
GREEN value IS 12 (5.08% from 255) = 4.15%
BLUE value IS 215 (84.38% from 255) = 74.39%
R=21.45%
G=4.15%
B=74.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal62122150.710.9400.16254.7889.4344.51
Hex3ECD7475E010ff592d
Octal761432710713602037713155
Binary11111011001101011110001111011110010000111111111011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E0CD7; }

 p { color: rgb(62,12,215); }

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

<style>
 a { background-color: #3E0CD7; }

 a { background-color: rgb(62,12,215); }

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

<style>
 span { border-color: #3E0CD7; }

 span { border-color: rgb(62,12,215); }

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