#4832BE

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

Shades of Purple Heart #4832BE

Tints of Purple Heart #4832BE

Color information

#4832BE (or 0x4832BE) is unknown color: approx Purple Heart. HEX triplet: 48, 32 and BE. RGB value is (72,50,190). Sum of RGB (Red+Green+Blue) = 72+50+190=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 190 (74.61% from 255 or 60.90% from 312); Max value from RGB is 190 - color contains mainly: blue. Hex color #4832BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4832BE is #B7CD41. Grayscale: #484848. Windows color (decimal): -12045634 or 12464712. OLE color: 12464712.

HSL color Cylindrical-coordinate representation of color #4832BE: hue angle of 249.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4832BE is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7250190-
CMYK0.620.7400.25
HSL249.43º58.33%47.06%-
HSV(B)249.43º73.68%74.51%-
XYZ13.117.3849.45-
YUV72.54194.29127.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.08%
GREEN value IS 50 (19.92% from 255) = 16.03%
BLUE value IS 190 (74.61% from 255) = 60.90%
R=23.08%
G=16.03%
B=60.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal72501900.620.7400.25249.4358.3347.06
Hex4832BE3E4A019f93a2f
Octal11062276761120313717257
Binary100100011001010111110111110100101001100111111001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4832BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4832BE; }

 p { color: rgb(72,50,190); }

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

<style>
 a { background-color: #4832BE; }

 a { background-color: rgb(72,50,190); }

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

<style>
 span { border-color: #4832BE; }

 span { border-color: rgb(72,50,190); }

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