Html Css Color HEX #491CB5 Purple Heart

📋 copy color: '#491CB5'

red 73 ◦ green 28 ◦ blue 181

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

Shades of Purple Heart #491CB5

Tints of Purple Heart #491CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 64.18%

R = 25.89%
G = 9.93%
B = 64.18%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#491CB5 (or 0x491CB5) is known color: Purple Heart. HEX triplet: 49, 1C and B5. RGB value is (73,28,181). Sum of RGB (Red+Green+Blue) = 73+28+181=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #491CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CB5 is #B6E34A. Grayscale: #3A3A3A. Windows color (decimal): -11985739 or 11869257. OLE color: 11869257.

HSL color Cylindrical-coordinate representation of color #491CB5: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491CB5 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 28 181 -
CMYK 0.60 0.85 0 0.29
HSL 257.65º 0.73% 0.41% -
HSV(B) 257.65º 0.85% 0.71% -
XYZ 11.5 5.58 44.19 -
YUV 58.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 73 28 181 0.60 0.85 0 0.29 257.65 0.73 0.41
Hex 49 1C B5 3C 55 0 1D 102 49 29
Octal 111 34 265 74 125 0 35 402 111 51
Binary 1001001 11100 10110101 111100 1010101 0 11101 100000010 1001001 101001

Color Harmonies of #491CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CB5

Black with #491CB5

Text Example


Text Example

White with #491CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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