Html Css Color HEX #493ABB Purple Heart

📋 copy color: '#493ABB'

red 73 ◦ green 58 ◦ blue 187

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

Shades of Purple Heart #493ABB

Tints of Purple Heart #493ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 58.81%

R = 22.96%
G = 18.24%
B = 58.81%

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

#493ABB (or 0x493ABB) is known color: Purple Heart. HEX triplet: 49, 3A and BB. RGB value is (73,58,187). Sum of RGB (Red+Green+Blue) = 73+58+187=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 187 (73.44% from 255 or 58.81% from 318); Max value from RGB is 187 - color contains mainly: blue. Hex color #493ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ABB is #B6C544. Grayscale: #4C4C4C. Windows color (decimal): -11978053 or 12270153. OLE color: 12270153.

HSL color Cylindrical-coordinate representation of color #493ABB: hue angle of 246.98º degrees, saturation: 0.53, 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 #493ABB is Cyan = 0.61, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 58 187 -
CMYK 0.61 0.69 0 0.27
HSL 246.98º 0.53% 0.48% -
HSV(B) 246.98º 0.69% 0.73% -
XYZ 13.23 8.03 47.87 -
YUV 77.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 73 58 187 0.61 0.69 0 0.27 246.98 0.53 0.48
Hex 49 3A BB 3D 45 0 1B F7 35 30
Octal 111 72 273 75 105 0 33 367 65 60
Binary 1001001 111010 10111011 111101 1000101 0 11011 11110111 110101 110000

Color Harmonies of #493ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ABB

Black with #493ABB

Text Example


Text Example

White with #493ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #493ABB;
 }
 .AnyTagClassName
 {
   color: #493ABB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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