#492bb1

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

Shades of Purple Heart #492BB1

Tints of Purple Heart #492BB1

Color information

#492BB1 (or 0x492BB1) is unknown color: approx Purple Heart. HEX triplet: 49, 2B and B1. RGB value is (73,43,177). Sum of RGB (Red+Green+Blue) = 73+43+177=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 177 (69.53% from 255 or 60.41% from 293); Max value from RGB is 177 - color contains mainly: blue. Hex color #492BB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #492BB1 is #B6D44E. Grayscale: #424242. Windows color (decimal): -11981903 or 11610953. OLE color: 11610953.

HSL color Cylindrical-coordinate representation of color #492BB1: hue angle of 253.43º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #492BB1 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7343177-
CMYK0.590.7600.31
HSL253.43º60.91%43.14%-
HSV(B)253.43º75.71%69.41%-
XYZ11.556.3242.21-
YUV67.25189.94132.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 43 (17.19% from 255) = 14.68%
BLUE value IS 177 (69.53% from 255) = 60.41%
R=24.91%
G=14.68%
B=60.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73431770.590.7600.31253.4360.9143.14
Hex492BB13B4C01Ffd3d2b
Octal11153261731140373757553
Binary100100110101110110001111011100110001111111111101111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492bb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,43,177); }

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

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

 a { background-color: rgb(73,43,177); }

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

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

 span { border-color: rgb(73,43,177); }

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