Html Css Color HEX #491CAF Purple Heart

📋 copy color: '#491CAF'

red 73 ◦ green 28 ◦ blue 175

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

Shades of Purple Heart #491CAF

Tints of Purple Heart #491CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 63.41%

R = 26.45%
G = 10.14%
B = 63.41%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#491CAF (or 0x491CAF) is known color: Purple Heart. HEX triplet: 49, 1C and AF. RGB value is (73,28,175). Sum of RGB (Red+Green+Blue) = 73+28+175=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 175 (68.75% from 255 or 63.41% from 276); Max value from RGB is 175 - color contains mainly: blue. Hex color #491CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #491CAF is #B6E350. Grayscale: #393939. Windows color (decimal): -11985745 or 11476041. OLE color: 11476041.

HSL color Cylindrical-coordinate representation of color #491CAF: hue angle of 258.37º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491CAF is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 28 175 -
CMYK 0.58 0.84 0 0.31
HSL 258.37º 0.72% 0.4% -
HSV(B) 258.37º 0.84% 0.69% -
XYZ 10.9 5.34 41.01 -
YUV 58.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 73 28 175 0.58 0.84 0 0.31 258.37 0.72 0.4
Hex 49 1C AF 3A 54 0 1F 102 48 28
Octal 111 34 257 72 124 0 37 402 110 50
Binary 1001001 11100 10101111 111010 1010100 0 11111 100000010 1001000 101000

Color Harmonies of #491CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CAF

Black with #491CAF

Text Example


Text Example

White with #491CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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