#4922B6

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

Shades of Purple Heart #4922B6

Tints of Purple Heart #4922B6

Color information

#4922B6 (or 0x4922B6) is unknown color: approx Purple Heart. HEX triplet: 49, 22 and B6. RGB value is (73,34,182). Sum of RGB (Red+Green+Blue) = 73+34+182=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #4922B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4922B6 is #B6DD49. Grayscale: #3D3D3D. Windows color (decimal): -11984202 or 11936329. OLE color: 11936329.

HSL color Cylindrical-coordinate representation of color #4922B6: hue angle of 255.81º degrees, saturation: 0.69, 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 #4922B6 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7334182-
CMYK0.600.8100.29
HSL255.81º68.52%42.35%-
HSV(B)255.81º81.32%71.37%-
XYZ11.765.9444.78-
YUV62.53195.42135.47-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 182 (71.48% from 255) = 62.98%
R=25.26%
G=11.76%
B=62.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal73341820.600.8100.29255.8168.5242.35
Hex4922B63C5101D100452a
Octal111422667412103540010552
Binary10010011000101011011011110010100010111011000000001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4922B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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