#3C0CD7

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

Shades of Han Purple #3C0CD7

Tints of Han Purple #3C0CD7

Color information

#3C0CD7 (or 0x3C0CD7) is unknown color: approx Han Purple. HEX triplet: 3C, 0C and D7. RGB value is (60,12,215). Sum of RGB (Red+Green+Blue) = 60+12+215=287 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.91% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 215 (84.38% from 255 or 74.91% from 287); Max value from RGB is 215 - color contains mainly: blue. Hex color #3C0CD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C0CD7 is #C3F328. Grayscale: #303030. Windows color (decimal): -12841769 or 14093372. OLE color: 14093372.

HSL color Cylindrical-coordinate representation of color #3C0CD7: hue angle of 254.19º 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 #3C0CD7 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6012215-
CMYK0.720.9400.16
HSL254.19º89.43%44.51%-
HSV(B)254.19º94.42%84.31%-
XYZ14.266.1364.72-
YUV49.49221.4135.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.91%
GREEN value IS 12 (5.08% from 255) = 4.18%
BLUE value IS 215 (84.38% from 255) = 74.91%
R=20.91%
G=4.18%
B=74.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60122150.720.9400.16254.1989.4344.51
Hex3CCD7485E010fe592d
Octal741432711013602037613155
Binary11110011001101011110010001011110010000111111101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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