#492CC2

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

Shades of Purple Heart #492CC2

Tints of Purple Heart #492CC2

Color information

#492CC2 (or 0x492CC2) is unknown color: approx Purple Heart. HEX triplet: 49, 2C and C2. RGB value is (73,44,194). Sum of RGB (Red+Green+Blue) = 73+44+194=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 194 (76.17% from 255 or 62.38% from 311); Max value from RGB is 194 - color contains mainly: blue. Hex color #492CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #492CC2 is #B6D33D. Grayscale: #454545. Windows color (decimal): -11981630 or 12725321. OLE color: 12725321.

HSL color Cylindrical-coordinate representation of color #492CC2: hue angle of 251.6º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #492CC2 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB7344194-
CMYK0.620.7700.24
HSL251.6º63.03%46.67%-
HSV(B)251.6º77.32%76.08%-
XYZ13.397.1151.71-
YUV69.77198.11130.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 44 (17.58% from 255) = 14.15%
BLUE value IS 194 (76.17% from 255) = 62.38%
R=23.47%
G=14.15%
B=62.38%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal73441940.620.7700.24251.663.0346.67
Hex492CC23E4D018fc3f2f
Octal11154302761150303747757
Binary100100110110011000010111110100110101100011111100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492CC2; }

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

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

<style>
 a { background-color: #492CC2; }

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

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

<style>
 span { border-color: #492CC2; }

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

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