#3c11b5

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

Shades of Purple Heart #3C11B5

Tints of Purple Heart #3C11B5

Color information

#3C11B5 (or 0x3C11B5) is unknown color: approx Purple Heart. HEX triplet: 3C, 11 and B5. RGB value is (60,17,181). Sum of RGB (Red+Green+Blue) = 60+17+181=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 17 (7.03% from 255 or 6.59% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #3C11B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3C11B5 is #C3EE4A. Grayscale: #2F2F2F. Windows color (decimal): -12840523 or 11866428. OLE color: 11866428.

HSL color Cylindrical-coordinate representation of color #3C11B5: hue angle of 255.73º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3C11B5 is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6017181-
CMYK0.670.9100.29
HSL255.73º82.83%38.82%-
HSV(B)255.73º90.61%70.98%-
XYZ10.44.744.07-
YUV48.55202.75136.16-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 17 (7.03% from 255) = 6.59%
BLUE value IS 181 (71.09% from 255) = 70.16%
R=23.26%
G=6.59%
B=70.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal60171810.670.9100.29255.7382.8338.82
Hex3C11B5435B01D1005327
Octal742126510313303540012347
Binary1111001000110110101100001110110110111011000000001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c11b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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