#4932BE

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

Shades of Purple Heart #4932BE

Tints of Purple Heart #4932BE

Color information

#4932BE (or 0x4932BE) is unknown color: approx Purple Heart. HEX triplet: 49, 32 and BE. RGB value is (73,50,190). Sum of RGB (Red+Green+Blue) = 73+50+190=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 190 (74.61% from 255 or 60.70% from 313); Max value from RGB is 190 - color contains mainly: blue. Hex color #4932BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4932BE is #B6CD41. Grayscale: #484848. Windows color (decimal): -11980098 or 12464713. OLE color: 12464713.

HSL color Cylindrical-coordinate representation of color #4932BE: hue angle of 249.86º 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 #4932BE is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7350190-
CMYK0.620.7400.25
HSL249.86º58.33%47.06%-
HSV(B)249.86º73.68%74.51%-
XYZ13.187.4249.45-
YUV72.84194.12128.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 50 (19.92% from 255) = 15.97%
BLUE value IS 190 (74.61% from 255) = 60.70%
R=23.32%
G=15.97%
B=60.70%

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
Decimal73501900.620.7400.25249.8658.3347.06
Hex4932BE3E4A019fa3a2f
Octal11162276761120313727257
Binary100100111001010111110111110100101001100111111010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4932BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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