Html Css Color HEX #491FBC Purple Heart

📋 copy color: '#491FBC'

red 73 ◦ green 31 ◦ blue 188

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

Shades of Purple Heart #491FBC

Tints of Purple Heart #491FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.38%

R = 25%
G = 10.62%
B = 64.38%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#491FBC (or 0x491FBC) is known color: Purple Heart. HEX triplet: 49, 1F and BC. RGB value is (73,31,188). Sum of RGB (Red+Green+Blue) = 73+31+188=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 188 (73.83% from 255 or 64.38% from 292); Max value from RGB is 188 - color contains mainly: blue. Hex color #491FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FBC is #B6E043. Grayscale: #3C3C3C. Windows color (decimal): -11984964 or 12328777. OLE color: 12328777.

HSL color Cylindrical-coordinate representation of color #491FBC: hue angle of 256.05º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491FBC is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 73 31 188 -
CMYK 0.61 0.84 0 0.26
HSL 256.05º 0.72% 0.43% -
HSV(B) 256.05º 0.84% 0.74% -
XYZ 12.31 6.03 48.09 -
YUV 61.46 199.41 136.23 -
System Red Green Blue C M Y K H S L
Decimal 73 31 188 0.61 0.84 0 0.26 256.05 0.72 0.43
Hex 49 1F BC 3D 54 0 1A 100 48 2B
Octal 111 37 274 75 124 0 32 400 110 53
Binary 1001001 11111 10111100 111101 1010100 0 11010 100000000 1001000 101011

Color Harmonies of #491FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FBC

Black with #491FBC

Text Example


Text Example

White with #491FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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