#3C14B0

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

Shades of Purple Heart #3C14B0

Tints of Purple Heart #3C14B0

Color information

#3C14B0 (or 0x3C14B0) is unknown color: approx Purple Heart. HEX triplet: 3C, 14 and B0. RGB value is (60,20,176). Sum of RGB (Red+Green+Blue) = 60+20+176=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 176 (69.14% from 255 or 68.75% from 256); Max value from RGB is 176 - color contains mainly: blue. Hex color #3C14B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C14B0 is #C3EB4F. Grayscale: #313131. Windows color (decimal): -12839760 or 11539516. OLE color: 11539516.

HSL color Cylindrical-coordinate representation of color #3C14B0: hue angle of 255.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C14B0 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6020176-
CMYK0.660.8900.31
HSL255.38º79.59%38.43%-
HSV(B)255.38º88.64%69.02%-
XYZ9.954.641.44-
YUV49.74199.25135.32-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.44%
GREEN value IS 20 (8.20% from 255) = 7.81%
BLUE value IS 176 (69.14% from 255) = 68.75%
R=23.44%
G=7.81%
B=68.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal60201760.660.8900.31255.3879.5938.43
Hex3C14B0425901Fff5026
Octal742426010213103737712046
Binary111100101001011000010000101011001011111111111111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C14B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,20,176); }

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

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

 a { background-color: rgb(60,20,176); }

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

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

 span { border-color: rgb(60,20,176); }

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