#493AB9

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

Shades of Purple Heart #493AB9

Tints of Purple Heart #493AB9

Color information

#493AB9 (or 0x493AB9) is unknown color: approx Purple Heart. HEX triplet: 49, 3A and B9. RGB value is (73,58,185). Sum of RGB (Red+Green+Blue) = 73+58+185=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 58 (23.05% from 255 or 18.35% from 316); Blue value is 185 (72.66% from 255 or 58.54% from 316); Max value from RGB is 185 - color contains mainly: blue. Hex color #493AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493AB9 is #B6C546. Grayscale: #4C4C4C. Windows color (decimal): -11978055 or 12139081. OLE color: 12139081.

HSL color Cylindrical-coordinate representation of color #493AB9: hue angle of 247.09º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #493AB9 is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7358185-
CMYK0.610.6900.27
HSL247.09º52.26%47.65%-
HSV(B)247.09º68.65%72.55%-
XYZ13.027.9546.75-
YUV76.96188.97125.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 58 (23.05% from 255) = 18.35%
BLUE value IS 185 (72.66% from 255) = 58.54%
R=23.10%
G=18.35%
B=58.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal73581850.610.6900.27247.0952.2647.65
Hex493AB93D4501Bf73430
Octal11172271751050333676460
Binary100100111101010111001111101100010101101111110111110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493AB9; }

 p { color: rgb(73,58,185); }

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

<style>
 a { background-color: #493AB9; }

 a { background-color: rgb(73,58,185); }

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

<style>
 span { border-color: #493AB9; }

 span { border-color: rgb(73,58,185); }

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