#3C16B2

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

Shades of Purple Heart #3C16B2

Tints of Purple Heart #3C16B2

Color information

#3C16B2 (or 0x3C16B2) is unknown color: approx Purple Heart. HEX triplet: 3C, 16 and B2. RGB value is (60,22,178). Sum of RGB (Red+Green+Blue) = 60+22+178=260 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.08% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #3C16B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C16B2 is #C3E94D. Grayscale: #323232. Windows color (decimal): -12839246 or 11671100. OLE color: 11671100.

HSL color Cylindrical-coordinate representation of color #3C16B2: hue angle of 254.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C16B2 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6022178-
CMYK0.660.8800.30
HSL254.62º78%39.22%-
HSV(B)254.62º87.64%69.8%-
XYZ10.194.7542.5-
YUV51.15199.59134.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.08%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 178 (69.92% from 255) = 68.46%
R=23.08%
G=8.46%
B=68.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal60221780.660.8800.30254.627839.22
Hex3C16B2425801Eff4e27
Octal742626210213003637711647
Binary111100101101011001010000101011000011110111111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C16B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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