Html Css Color HEX #491CBB Purple Heart

📋 copy color: '#491CBB'

red 73 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #491CBB

Tints of Purple Heart #491CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 25.35%
G = 9.72%
B = 64.93%

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

#491CBB (or 0x491CBB) is known color: Purple Heart. HEX triplet: 49, 1C and BB. RGB value is (73,28,187). Sum of RGB (Red+Green+Blue) = 73+28+187=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 28 (11.33% from 255 or 9.72% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #491CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CBB is #B6E344. Grayscale: #3A3A3A. Windows color (decimal): -11985733 or 12262473. OLE color: 12262473.

HSL color Cylindrical-coordinate representation of color #491CBB: hue angle of 256.98º 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 #491CBB is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 28 187 -
CMYK 0.61 0.85 0 0.27
HSL 256.98º 0.74% 0.42% -
HSV(B) 256.98º 0.85% 0.73% -
XYZ 12.13 5.83 47.5 -
YUV 59.58 199.91 137.57 -
System Red Green Blue C M Y K H S L
Decimal 73 28 187 0.61 0.85 0 0.27 256.98 0.74 0.42
Hex 49 1C BB 3D 55 0 1B 101 4A 2A
Octal 111 34 273 75 125 0 33 401 112 52
Binary 1001001 11100 10111011 111101 1010101 0 11011 100000001 1001010 101010

Color Harmonies of #491CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CBB

Black with #491CBB

Text Example


Text Example

White with #491CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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