#4933B2

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

Shades of Purple Heart #4933B2

Tints of Purple Heart #4933B2

Color information

#4933B2 (or 0x4933B2) is unknown color: approx Purple Heart. HEX triplet: 49, 33 and B2. RGB value is (73,51,178). Sum of RGB (Red+Green+Blue) = 73+51+178=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 178 (69.92% from 255 or 58.94% from 302); Max value from RGB is 178 - color contains mainly: blue. Hex color #4933B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4933B2 is #B6CC4D. Grayscale: #474747. Windows color (decimal): -11979854 or 11678537. OLE color: 11678537.

HSL color Cylindrical-coordinate representation of color #4933B2: hue angle of 250.39º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4933B2 is Cyan = 0.59, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7351178-
CMYK0.590.7100.30
HSL250.39º55.46%44.9%-
HSV(B)250.39º71.35%69.8%-
XYZ11.97742.84-
YUV72.06187.79128.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 51 (20.31% from 255) = 16.89%
BLUE value IS 178 (69.92% from 255) = 58.94%
R=24.17%
G=16.89%
B=58.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal73511780.590.7100.30250.3955.4644.9
Hex4933B23B4701Efa372d
Octal11163262731070363726755
Binary100100111001110110010111011100011101111011111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4933B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4933B2; }

 p { color: rgb(73,51,178); }

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

<style>
 a { background-color: #4933B2; }

 a { background-color: rgb(73,51,178); }

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

<style>
 span { border-color: #4933B2; }

 span { border-color: rgb(73,51,178); }

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