#4C2EBA

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

Shades of Purple Heart #4C2EBA

Tints of Purple Heart #4C2EBA

Color information

#4C2EBA (or 0x4C2EBA) is unknown color: approx Purple Heart. HEX triplet: 4C, 2E and BA. RGB value is (76,46,186). Sum of RGB (Red+Green+Blue) = 76+46+186=308 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.68% from 308); Green value is 46 (18.36% from 255 or 14.94% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #4C2EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2EBA is #B3D145. Grayscale: #464646. Windows color (decimal): -11784518 or 12201548. OLE color: 12201548.

HSL color Cylindrical-coordinate representation of color #4C2EBA: hue angle of 252.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2EBA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7646186-
CMYK0.590.7500.27
HSL252.86º60.34%45.49%-
HSV(B)252.86º75.27%72.94%-
XYZ12.827.0447.14-
YUV70.93192.94131.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.68%
GREEN value IS 46 (18.36% from 255) = 14.94%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=24.68%
G=14.94%
B=60.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal76461860.590.7500.27252.8660.3445.49
Hex4C2EBA3B4B01Bfd3c2d
Octal11456272731130333757455
Binary100110010111010111010111011100101101101111111101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,46,186); }

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

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

 a { background-color: rgb(76,46,186); }

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

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

 span { border-color: rgb(76,46,186); }

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