#4B2BBF

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

Shades of Purple Heart #4B2BBF

Tints of Purple Heart #4B2BBF

Color information

#4B2BBF (or 0x4B2BBF) is unknown color: approx Purple Heart. HEX triplet: 4B, 2B and BF. RGB value is (75,43,191). Sum of RGB (Red+Green+Blue) = 75+43+191=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 43 (17.19% from 255 or 13.92% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B2BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B2BBF is #B4D440. Grayscale: #444444. Windows color (decimal): -11850817 or 12528459. OLE color: 12528459.

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

Color convert

RGB7543191-
CMYK0.610.7700.25
HSL252.97º63.25%45.88%-
HSV(B)252.97º77.49%74.9%-
XYZ13.176.9949.94-
YUV69.44196.6131.97-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 43 (17.19% from 255) = 13.92%
BLUE value IS 191 (75% from 255) = 61.81%
R=24.27%
G=13.92%
B=61.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal75431910.610.7700.25252.9763.2545.88
Hex4B2BBF3D4D019fd3f2e
Octal11353277751150313757756
Binary100101110101110111111111101100110101100111111101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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