#4C32CC

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

Shades of Purple Heart #4C32CC

Tints of Purple Heart #4C32CC

Color information

#4C32CC (or 0x4C32CC) is unknown color: approx Purple Heart. HEX triplet: 4C, 32 and CC. RGB value is (76,50,204). Sum of RGB (Red+Green+Blue) = 76+50+204=330 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.03% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #4C32CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C32CC is #B3CD33. Grayscale: #4A4A4A. Windows color (decimal): -11783476 or 13382220. OLE color: 13382220.

HSL color Cylindrical-coordinate representation of color #4C32CC: hue angle of 250.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C32CC is Cyan = 0.63, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB7650204-
CMYK0.630.7500.2
HSL250.13º60.63%49.8%-
HSV(B)250.13º75.49%80%-
XYZ15.028.1857.91-
YUV75.33200.61128.48-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.03%
GREEN value IS 50 (19.92% from 255) = 15.15%
BLUE value IS 204 (80.08% from 255) = 61.82%
R=23.03%
G=15.15%
B=61.82%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal76502040.630.7500.2250.1360.6349.8
Hex4C32CC3F4B014fa3d32
Octal11462314771130243727562
Binary100110011001011001100111111100101101010011111010111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C32CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,204); }

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

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

 a { background-color: rgb(76,50,204); }

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

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

 span { border-color: rgb(76,50,204); }

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