Html Css Color HEX #491BBC Purple Heart

📋 copy color: '#491BBC'

red 73 ◦ green 27 ◦ blue 188

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

Shades of Purple Heart #491BBC

Tints of Purple Heart #491BBC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.38%

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

R = 25.35%
G = 9.38%
B = 65.28%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#491BBC (or 0x491BBC) is known color: Purple Heart. HEX triplet: 49, 1B and BC. RGB value is (73,27,188). Sum of RGB (Red+Green+Blue) = 73+27+188=288 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.35% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #491BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BBC is #B6E443. Grayscale: #3A3A3A. Windows color (decimal): -11985988 or 12327753. OLE color: 12327753.

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

Color convert

RGB 73 27 188 -
CMYK 0.61 0.86 0 0.26
HSL 257.14º 0.75% 0.42% -
HSV(B) 257.14º 0.86% 0.74% -
XYZ 12.22 5.83 48.06 -
YUV 59.11 200.74 137.91 -
System Red Green Blue C M Y K H S L
Decimal 73 27 188 0.61 0.86 0 0.26 257.14 0.75 0.42
Hex 49 1B BC 3D 56 0 1A 101 4B 2A
Octal 111 33 274 75 126 0 32 401 113 52
Binary 1001001 11011 10111100 111101 1010110 0 11010 100000001 1001011 101010

Color Harmonies of #491BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BBC

Black with #491BBC

Text Example


Text Example

White with #491BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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