Html Css Color HEX #493ABA Purple Heart

📋 copy color: '#493ABA'

red 73 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #493ABA

Tints of Purple Heart #493ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 58.68%

R = 23.03%
G = 18.3%
B = 58.68%

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

#493ABA (or 0x493ABA) is known color: Purple Heart. HEX triplet: 49, 3A and BA. RGB value is (73,58,186). Sum of RGB (Red+Green+Blue) = 73+58+186=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 58 (23.05% from 255 or 18.30% from 317); Blue value is 186 (73.05% from 255 or 58.68% from 317); Max value from RGB is 186 - color contains mainly: blue. Hex color #493ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #493ABA is #B6C545. Grayscale: #4C4C4C. Windows color (decimal): -11978054 or 12204617. OLE color: 12204617.

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

Color convert

RGB 73 58 186 -
CMYK 0.61 0.69 0 0.27
HSL 247.03º 0.52% 0.48% -
HSV(B) 247.03º 0.69% 0.73% -
XYZ 13.12 7.99 47.3 -
YUV 77.08 189.47 125.09 -
System Red Green Blue C M Y K H S L
Decimal 73 58 186 0.61 0.69 0 0.27 247.03 0.52 0.48
Hex 49 3A BA 3D 45 0 1B F7 34 30
Octal 111 72 272 75 105 0 33 367 64 60
Binary 1001001 111010 10111010 111101 1000101 0 11011 11110111 110100 110000

Color Harmonies of #493ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493ABA

Black with #493ABA

Text Example


Text Example

White with #493ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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