#4C33CA

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

Shades of Purple Heart #4C33CA

Tints of Purple Heart #4C33CA

Color information

#4C33CA (or 0x4C33CA) is unknown color: approx Purple Heart. HEX triplet: 4C, 33 and CA. RGB value is (76,51,202). Sum of RGB (Red+Green+Blue) = 76+51+202=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #4C33CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C33CA is #B3CC35. Grayscale: #4B4B4B. Windows color (decimal): -11783222 or 13251404. OLE color: 13251404.

HSL color Cylindrical-coordinate representation of color #4C33CA: hue angle of 249.93º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C33CA is Cyan = 0.62, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7651202-
CMYK0.620.7500.21
HSL249.93º59.68%49.61%-
HSV(B)249.93º74.75%79.22%-
XYZ14.828.1756.67-
YUV75.69199.28128.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 202 (79.30% from 255) = 61.40%
R=23.10%
G=15.50%
B=61.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76512020.620.7500.21249.9359.6849.61
Hex4C33CA3E4B015fa3c32
Octal11463312761130253727462
Binary100110011001111001010111110100101101010111111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,51,202); }

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

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

 a { background-color: rgb(76,51,202); }

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

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

 span { border-color: rgb(76,51,202); }

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