#4B2EBC

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

Shades of Purple Heart #4B2EBC

Tints of Purple Heart #4B2EBC

Color information

#4B2EBC (or 0x4B2EBC) is unknown color: approx Purple Heart. HEX triplet: 4B, 2E and BC. RGB value is (75,46,188). Sum of RGB (Red+Green+Blue) = 75+46+188=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #4B2EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2EBC is #B4D143. Grayscale: #464646. Windows color (decimal): -11850052 or 12332619. OLE color: 12332619.

HSL color Cylindrical-coordinate representation of color #4B2EBC: hue angle of 252.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B2EBC is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7546188-
CMYK0.600.7600.26
HSL252.25º60.68%45.88%-
HSV(B)252.25º75.53%73.73%-
XYZ12.967.0848.26-
YUV70.86194.11130.95-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 46 (18.36% from 255) = 14.89%
BLUE value IS 188 (73.83% from 255) = 60.84%
R=24.27%
G=14.89%
B=60.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal75461880.600.7600.26252.2560.6845.88
Hex4B2EBC3C4C01Afc3d2e
Octal11356274741140323747556
Binary100101110111010111100111100100110001101011111100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,188); }

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

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

 a { background-color: rgb(75,46,188); }

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

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

 span { border-color: rgb(75,46,188); }

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