Html Css Color HEX #491ABD Purple Heart

📋 copy color: '#491ABD'

red 73 ◦ green 26 ◦ blue 189

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

Shades of Purple Heart #491ABD

Tints of Purple Heart #491ABD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.03%

 BLUE value IS 189 (74.22% from 255) = 65.63%

R = 25.35%
G = 9.03%
B = 65.63%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#491ABD (or 0x491ABD) is known color: Purple Heart. HEX triplet: 49, 1A and BD. RGB value is (73,26,189). Sum of RGB (Red+Green+Blue) = 73+26+189=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 26 (10.55% from 255 or 9.03% from 288); Blue value is 189 (74.22% from 255 or 65.62% from 288); Max value from RGB is 189 - color contains mainly: blue. Hex color #491ABD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ABD is #B6E542. Grayscale: #3A3A3A. Windows color (decimal): -11986243 or 12393033. OLE color: 12393033.

HSL color Cylindrical-coordinate representation of color #491ABD: hue angle of 257.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #491ABD is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 26 189 -
CMYK 0.61 0.86 0 0.26
HSL 257.3º 0.76% 0.42% -
HSV(B) 257.3º 0.86% 0.74% -
XYZ 12.3 5.83 48.62 -
YUV 58.64 201.57 138.25 -
System Red Green Blue C M Y K H S L
Decimal 73 26 189 0.61 0.86 0 0.26 257.3 0.76 0.42
Hex 49 1A BD 3D 56 0 1A 101 4C 2A
Octal 111 32 275 75 126 0 32 401 114 52
Binary 1001001 11010 10111101 111101 1010110 0 11010 100000001 1001100 101010

Color Harmonies of #491ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ABD

Black with #491ABD

Text Example


Text Example

White with #491ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #491ABD; }

 p { color: rgb(73,26,189); }

 H1.HeaderClassName
 {
   color: #491ABD;
 }
 .AnyTagClassName
 {
   color: #491ABD;
 }
</style>

background-color css

<style>
 a { background-color: #491ABD; }

 a { background-color: rgb(73,26,189); }

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

border-color css

<style>
 span { border-color: #491ABD; }

 span { border-color: rgb(73,26,189); }

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