#4B32B8

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

Shades of Purple Heart #4B32B8

Tints of Purple Heart #4B32B8

Color information

#4B32B8 (or 0x4B32B8) is unknown color: approx Purple Heart. HEX triplet: 4B, 32 and B8. RGB value is (75,50,184). Sum of RGB (Red+Green+Blue) = 75+50+184=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 184 (72.27% from 255 or 59.55% from 309); Max value from RGB is 184 - color contains mainly: blue. Hex color #4B32B8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B32B8 is #B4CD47. Grayscale: #484848. Windows color (decimal): -11849032 or 12071499. OLE color: 12071499.

HSL color Cylindrical-coordinate representation of color #4B32B8: hue angle of 251.19º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B32B8 is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7550184-
CMYK0.590.7300.28
HSL251.19º57.26%45.88%-
HSV(B)251.19º72.83%72.16%-
XYZ12.697.2446.08-
YUV72.75190.78129.6-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 184 (72.27% from 255) = 59.55%
R=24.27%
G=16.18%
B=59.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal75501840.590.7300.28251.1957.2645.88
Hex4B32B83B4901Cfb392e
Octal11362270731110343737156
Binary100101111001010111000111011100100101110011111011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B32B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,184); }

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

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

 a { background-color: rgb(75,50,184); }

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

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

 span { border-color: rgb(75,50,184); }

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