#4832ba

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

Shades of Purple Heart #4832BA

Tints of Purple Heart #4832BA

Color information

#4832BA (or 0x4832BA) is unknown color: approx Purple Heart. HEX triplet: 48, 32 and BA. RGB value is (72,50,186). Sum of RGB (Red+Green+Blue) = 72+50+186=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #4832BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4832BA is #B7CD45. Grayscale: #474747. Windows color (decimal): -12045638 or 12202568. OLE color: 12202568.

HSL color Cylindrical-coordinate representation of color #4832BA: hue angle of 249.71º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4832BA is Cyan = 0.61, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7250186-
CMYK0.610.7300.27
HSL249.71º57.63%46.27%-
HSV(B)249.71º73.12%72.94%-
XYZ12.687.247.18-
YUV72.08192.29127.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.38%
GREEN value IS 50 (19.92% from 255) = 16.23%
BLUE value IS 186 (73.05% from 255) = 60.39%
R=23.38%
G=16.23%
B=60.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal72501860.610.7300.27249.7157.6346.27
Hex4832BA3D4901Bfa3a2e
Octal11062272751110333727256
Binary100100011001010111010111101100100101101111111010111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4832ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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