Html Css Color HEX #491CAB Purple Heart

📋 copy color: '#491CAB'

red 73 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #491CAB

Tints of Purple Heart #491CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.29%

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

R = 26.84%
G = 10.29%
B = 62.87%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#491CAB (or 0x491CAB) is known color: Purple Heart. HEX triplet: 49, 1C and AB. RGB value is (73,28,171). Sum of RGB (Red+Green+Blue) = 73+28+171=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #491CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491CAB is #B6E354. Grayscale: #393939. Windows color (decimal): -11985749 or 11213897. OLE color: 11213897.

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

Color convert

RGB 73 28 171 -
CMYK 0.57 0.84 0 0.33
HSL 258.88º 0.72% 0.39% -
HSV(B) 258.88º 0.84% 0.67% -
XYZ 10.51 5.19 38.98 -
YUV 57.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 73 28 171 0.57 0.84 0 0.33 258.88 0.72 0.39
Hex 49 1C AB 39 54 0 21 103 48 27
Octal 111 34 253 71 124 0 41 403 110 47
Binary 1001001 11100 10101011 111001 1010100 0 100001 100000011 1001000 100111

Color Harmonies of #491CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CAB

Black with #491CAB

Text Example


Text Example

White with #491CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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