#4C3CBF

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

Shades of Purple Heart #4C3CBF

Tints of Purple Heart #4C3CBF

Color information

#4C3CBF (or 0x4C3CBF) is unknown color: approx Purple Heart. HEX triplet: 4C, 3C and BF. RGB value is (76,60,191). Sum of RGB (Red+Green+Blue) = 76+60+191=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 191 (75% from 255 or 58.41% from 327); Max value from RGB is 191 - color contains mainly: blue. Hex color #4C3CBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C3CBF is #B3C340. Grayscale: #4F4F4F. Windows color (decimal): -11780929 or 12532812. OLE color: 12532812.

HSL color Cylindrical-coordinate representation of color #4C3CBF: hue angle of 247.33º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4C3CBF is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7660191-
CMYK0.600.6900.25
HSL247.33º52.19%49.22%-
HSV(B)247.33º68.59%74.9%-
XYZ148.5350.2-
YUV79.72190.8125.35-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 191 (75% from 255) = 58.41%
R=23.24%
G=18.35%
B=58.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal76601910.600.6900.25247.3352.1949.22
Hex4C3CBF3C45019f73431
Octal11474277741050313676461
Binary100110011110010111111111100100010101100111110111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C3CBF; }

 p { color: rgb(76,60,191); }

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

<style>
 a { background-color: #4C3CBF; }

 a { background-color: rgb(76,60,191); }

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

<style>
 span { border-color: #4C3CBF; }

 span { border-color: rgb(76,60,191); }

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