#4922CA

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

Shades of Purple Heart #4922CA

Tints of Purple Heart #4922CA

Color information

#4922CA (or 0x4922CA) is unknown color: approx Purple Heart. HEX triplet: 49, 22 and CA. RGB value is (73,34,202). Sum of RGB (Red+Green+Blue) = 73+34+202=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 34 (13.67% from 255 or 11.00% from 309); Blue value is 202 (79.30% from 255 or 65.37% from 309); Max value from RGB is 202 - color contains mainly: blue. Hex color #4922CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4922CA is #B6DD35. Grayscale: #404040. Windows color (decimal): -11984182 or 13247049. OLE color: 13247049.

HSL color Cylindrical-coordinate representation of color #4922CA: hue angle of 253.93º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4922CA is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7334202-
CMYK0.640.8300.21
HSL253.93º71.19%46.27%-
HSV(B)253.93º83.17%79.22%-
XYZ13.986.8256.46-
YUV64.81205.42133.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 34 (13.67% from 255) = 11.00%
BLUE value IS 202 (79.30% from 255) = 65.37%
R=23.62%
G=11.00%
B=65.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal73342020.640.8300.21253.9371.1946.27
Hex4922CA4053015fe472e
Octal1114231210012302537610756
Binary10010011000101100101010000001010011010101111111101000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4922CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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