#4922B4

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

Shades of Purple Heart #4922B4

Tints of Purple Heart #4922B4

Color information

#4922B4 (or 0x4922B4) is unknown color: approx Purple Heart. HEX triplet: 49, 22 and B4. RGB value is (73,34,180). Sum of RGB (Red+Green+Blue) = 73+34+180=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 34 (13.67% from 255 or 11.85% from 287); Blue value is 180 (70.70% from 255 or 62.72% from 287); Max value from RGB is 180 - color contains mainly: blue. Hex color #4922B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4922B4 is #B6DD4B. Grayscale: #3D3D3D. Windows color (decimal): -11984204 or 11805257. OLE color: 11805257.

HSL color Cylindrical-coordinate representation of color #4922B4: hue angle of 256.03º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4922B4 is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7334180-
CMYK0.590.8100.29
HSL256.03º68.22%41.96%-
HSV(B)256.03º81.11%70.59%-
XYZ11.565.8643.7-
YUV62.3194.42135.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 34 (13.67% from 255) = 11.85%
BLUE value IS 180 (70.70% from 255) = 62.72%
R=25.44%
G=11.85%
B=62.72%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73341800.590.8100.29256.0368.2241.96
Hex4922B43B5101D100442a
Octal111422647312103540010452
Binary10010011000101011010011101110100010111011000000001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4922B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4922B4; }

 p { color: rgb(73,34,180); }

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

<style>
 a { background-color: #4922B4; }

 a { background-color: rgb(73,34,180); }

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

<style>
 span { border-color: #4922B4; }

 span { border-color: rgb(73,34,180); }

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