#4902C2

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

Shades of Purple Heart #4902C2

Tints of Purple Heart #4902C2

Color information

#4902C2 (or 0x4902C2) is unknown color: approx Purple Heart. HEX triplet: 49, 02 and C2. RGB value is (73,2,194). Sum of RGB (Red+Green+Blue) = 73+2+194=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 194 (76.17% from 255 or 72.12% from 269); Max value from RGB is 194 - color contains mainly: blue. Hex color #4902C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4902C2 is #B6FD3D. Grayscale: #2C2C2C. Windows color (decimal): -11992382 or 12714569. OLE color: 12714569.

HSL color Cylindrical-coordinate representation of color #4902C2: hue angle of 262.19º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4902C2 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB732194-
CMYK0.620.9900.24
HSL262.19º97.96%38.43%-
HSV(B)262.19º98.97%76.08%-
XYZ12.515.3551.41-
YUV45.12212.02147.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.14%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 194 (76.17% from 255) = 72.12%
R=27.14%
G=0.74%
B=72.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7321940.620.9900.24262.1997.9638.43
Hex492C23E630181066226
Octal11123027614303040614246
Binary1001001101100001011111011000110110001000001101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4902C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4902C2; }

 p { color: rgb(73,2,194); }

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

<style>
 a { background-color: #4902C2; }

 a { background-color: rgb(73,2,194); }

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

<style>
 span { border-color: #4902C2; }

 span { border-color: rgb(73,2,194); }

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