Html Css Color HEX #491FBA Purple Heart

📋 copy color: '#491FBA'

red 73 ◦ green 31 ◦ blue 186

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

Shades of Purple Heart #491FBA

Tints of Purple Heart #491FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

 BLUE value IS 186 (73.05% from 255) = 64.14%

R = 25.17%
G = 10.69%
B = 64.14%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#491FBA (or 0x491FBA) is known color: Purple Heart. HEX triplet: 49, 1F and BA. RGB value is (73,31,186). Sum of RGB (Red+Green+Blue) = 73+31+186=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #491FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FBA is #B6E045. Grayscale: #3C3C3C. Windows color (decimal): -11984966 or 12197705. OLE color: 12197705.

HSL color Cylindrical-coordinate representation of color #491FBA: hue angle of 256.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #491FBA is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 31 186 -
CMYK 0.61 0.83 0 0.27
HSL 256.26º 0.71% 0.43% -
HSV(B) 256.26º 0.83% 0.73% -
XYZ 12.1 5.94 46.96 -
YUV 61.23 198.41 136.4 -
System Red Green Blue C M Y K H S L
Decimal 73 31 186 0.61 0.83 0 0.27 256.26 0.71 0.43
Hex 49 1F BA 3D 53 0 1B 100 47 2B
Octal 111 37 272 75 123 0 33 400 107 53
Binary 1001001 11111 10111010 111101 1010011 0 11011 100000000 1000111 101011

Color Harmonies of #491FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FBA

Black with #491FBA

Text Example


Text Example

White with #491FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,31,186); }

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

background-color css

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

 a { background-color: rgb(73,31,186); }

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

border-color css

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

 span { border-color: rgb(73,31,186); }

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