#3C11B2

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

Shades of Purple Heart #3C11B2

Tints of Purple Heart #3C11B2

Color information

#3C11B2 (or 0x3C11B2) is unknown color: approx Purple Heart. HEX triplet: 3C, 11 and B2. RGB value is (60,17,178). Sum of RGB (Red+Green+Blue) = 60+17+178=255 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.53% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 178 (69.92% from 255 or 69.80% from 255); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C11B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C11B2 is #C3EE4D. Grayscale: #2F2F2F. Windows color (decimal): -12840526 or 11669820. OLE color: 11669820.

HSL color Cylindrical-coordinate representation of color #3C11B2: hue angle of 256.02º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3C11B2 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6017178-
CMYK0.660.9000.30
HSL256.02º82.56%38.24%-
HSV(B)256.02º90.45%69.8%-
XYZ10.14.5842.47-
YUV48.21201.25136.41-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.53%
GREEN value IS 17 (7.03% from 255) = 6.67%
BLUE value IS 178 (69.92% from 255) = 69.80%
R=23.53%
G=6.67%
B=69.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60171780.660.9000.30256.0282.5638.24
Hex3C11B2425A01E1005326
Octal742126210213203640012346
Binary1111001000110110010100001010110100111101000000001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C11B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,17,178); }

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

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

 a { background-color: rgb(60,17,178); }

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

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

 span { border-color: rgb(60,17,178); }

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