Html Css Color HEX #491CBE Purple Heart

📋 copy color: '#491CBE'

red 73 ◦ green 28 ◦ blue 190

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

Shades of Purple Heart #491CBE

Tints of Purple Heart #491CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.29%

R = 25.09%
G = 9.62%
B = 65.29%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#491CBE (or 0x491CBE) is known color: Purple Heart. HEX triplet: 49, 1C and BE. RGB value is (73,28,190). Sum of RGB (Red+Green+Blue) = 73+28+190=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 28 (11.33% from 255 or 9.62% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #491CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491CBE is #B6E341. Grayscale: #3B3B3B. Windows color (decimal): -11985730 or 12459081. OLE color: 12459081.

HSL color Cylindrical-coordinate representation of color #491CBE: hue angle of 256.67º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491CBE is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 28 190 -
CMYK 0.62 0.85 0 0.25
HSL 256.67º 0.74% 0.43% -
HSV(B) 256.67º 0.85% 0.75% -
XYZ 12.46 5.96 49.21 -
YUV 59.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 73 28 190 0.62 0.85 0 0.25 256.67 0.74 0.43
Hex 49 1C BE 3E 55 0 19 101 4A 2B
Octal 111 34 276 76 125 0 31 401 112 53
Binary 1001001 11100 10111110 111110 1010101 0 11001 100000001 1001010 101011

Color Harmonies of #491CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491CBE

Black with #491CBE

Text Example


Text Example

White with #491CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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