#4B2BC0

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

Shades of Purple Heart #4B2BC0

Tints of Purple Heart #4B2BC0

Color information

#4B2BC0 (or 0x4B2BC0) is unknown color: approx Purple Heart. HEX triplet: 4B, 2B and C0. RGB value is (75,43,192). Sum of RGB (Red+Green+Blue) = 75+43+192=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 43 (17.19% from 255 or 13.87% from 310); Blue value is 192 (75.39% from 255 or 61.94% from 310); Max value from RGB is 192 - color contains mainly: blue. Hex color #4B2BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BC0 is #B4D43F. Grayscale: #444444. Windows color (decimal): -11850816 or 12593995. OLE color: 12593995.

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

Color convert

RGB7543192-
CMYK0.610.7800.25
HSL252.89º63.4%46.08%-
HSV(B)252.89º77.6%75.29%-
XYZ13.287.0350.53-
YUV69.55197.1131.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 43 (17.19% from 255) = 13.87%
BLUE value IS 192 (75.39% from 255) = 61.94%
R=24.19%
G=13.87%
B=61.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75431920.610.7800.25252.8963.446.08
Hex4B2BC03D4E019fd3f2e
Octal11353300751160313757756
Binary100101110101111000000111101100111001100111111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,43,192); }

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

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

 a { background-color: rgb(75,43,192); }

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

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

 span { border-color: rgb(75,43,192); }

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