Html Css Color HEX #491CBA Purple Heart

📋 copy color: '#491CBA'

red 73 ◦ green 28 ◦ blue 186

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

Shades of Purple Heart #491CBA

Tints of Purple Heart #491CBA

RGB

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

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

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

R = 25.44%
G = 9.76%
B = 64.81%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#491CBA (or 0x491CBA) is known color: Purple Heart. HEX triplet: 49, 1C and BA. RGB value is (73,28,186). Sum of RGB (Red+Green+Blue) = 73+28+186=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #491CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CBA is #B6E345. Grayscale: #3A3A3A. Windows color (decimal): -11985734 or 12196937. OLE color: 12196937.

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

Color convert

RGB 73 28 186 -
CMYK 0.61 0.85 0 0.27
HSL 257.09º 0.74% 0.42% -
HSV(B) 257.09º 0.85% 0.73% -
XYZ 12.03 5.79 46.94 -
YUV 59.47 199.41 137.65 -
System Red Green Blue C M Y K H S L
Decimal 73 28 186 0.61 0.85 0 0.27 257.09 0.74 0.42
Hex 49 1C BA 3D 55 0 1B 101 4A 2A
Octal 111 34 272 75 125 0 33 401 112 52
Binary 1001001 11100 10111010 111101 1010101 0 11011 100000001 1001010 101010

Color Harmonies of #491CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CBA

Black with #491CBA

Text Example


Text Example

White with #491CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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