Html Css Color HEX #493AB9 Purple Heart

📋 copy color: '#493AB9'

red 73 ◦ green 58 ◦ blue 185

#493AB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #493AB9

Tints of Purple Heart #493AB9

RGB

 RED value IS 73 (28.91% from 255) = 23.1%

 GREEN value IS 58 (23.05% from 255) = 18.35%

 BLUE value IS 185 (72.66% from 255) = 58.54%

R = 23.1%
G = 18.35%
B = 58.54%

CMYK

 C value IS 0.61

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#493AB9 (or 0x493AB9) is known color: 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

RGB 73 58 185 -
CMYK 0.61 0.69 0 0.27
HSL 247.09º 0.52% 0.48% -
HSV(B) 247.09º 0.69% 0.73% -
XYZ 13.02 7.95 46.75 -
YUV 76.96 188.97 125.17 -
System Red Green Blue C M Y K H S L
Decimal 73 58 185 0.61 0.69 0 0.27 247.09 0.52 0.48
Hex 49 3A B9 3D 45 0 1B F7 34 30
Octal 111 72 271 75 105 0 33 367 64 60
Binary 1001001 111010 10111001 111101 1000101 0 11011 11110111 110100 110000

Color Harmonies of #493AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493AB9

Black with #493AB9

Text Example


Text Example

White with #493AB9

Text Example


Text Example

HTML Codes & Css Web 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>