Html Css Color HEX #491DAB Purple Heart

📋 copy color: '#491DAB'

red 73 ◦ green 29 ◦ blue 171

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

Shades of Purple Heart #491DAB

Tints of Purple Heart #491DAB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

 BLUE value IS 171 (67.19% from 255) = 62.64%

R = 26.74%
G = 10.62%
B = 62.64%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491DAB (or 0x491DAB) is known color: Purple Heart. HEX triplet: 49, 1D and AB. RGB value is (73,29,171). Sum of RGB (Red+Green+Blue) = 73+29+171=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #491DAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491DAB is #B6E254. Grayscale: #393939. Windows color (decimal): -11985493 or 11214153. OLE color: 11214153.

HSL color Cylindrical-coordinate representation of color #491DAB: hue angle of 258.59º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491DAB is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 29 171 -
CMYK 0.57 0.83 0 0.33
HSL 258.59º 0.71% 0.39% -
HSV(B) 258.59º 0.83% 0.67% -
XYZ 10.54 5.24 38.98 -
YUV 58.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 73 29 171 0.57 0.83 0 0.33 258.59 0.71 0.39
Hex 49 1D AB 39 53 0 21 103 47 27
Octal 111 35 253 71 123 0 41 403 107 47
Binary 1001001 11101 10101011 111001 1010011 0 100001 100000011 1000111 100111

Color Harmonies of #491DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DAB

Black with #491DAB

Text Example


Text Example

White with #491DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,171); }

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

background-color css

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

 a { background-color: rgb(73,29,171); }

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

border-color css

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

 span { border-color: rgb(73,29,171); }

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