Html Css Color HEX #491BB6 Purple Heart

📋 copy color: '#491BB6'

red 73 ◦ green 27 ◦ blue 182

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

Shades of Purple Heart #491BB6

Tints of Purple Heart #491BB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 64.54%

R = 25.89%
G = 9.57%
B = 64.54%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#491BB6 (or 0x491BB6) is known color: Purple Heart. HEX triplet: 49, 1B and B6. RGB value is (73,27,182). Sum of RGB (Red+Green+Blue) = 73+27+182=282 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.89% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 182 (71.48% from 255 or 64.54% from 282); Max value from RGB is 182 - color contains mainly: blue. Hex color #491BB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BB6 is #B6E449. Grayscale: #393939. Windows color (decimal): -11985994 or 11934537. OLE color: 11934537.

HSL color Cylindrical-coordinate representation of color #491BB6: hue angle of 257.81º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491BB6 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 27 182 -
CMYK 0.60 0.85 0 0.29
HSL 257.81º 0.74% 0.41% -
HSV(B) 257.81º 0.85% 0.71% -
XYZ 11.58 5.58 44.72 -
YUV 58.42 197.74 138.4 -
System Red Green Blue C M Y K H S L
Decimal 73 27 182 0.60 0.85 0 0.29 257.81 0.74 0.41
Hex 49 1B B6 3C 55 0 1D 102 4A 29
Octal 111 33 266 74 125 0 35 402 112 51
Binary 1001001 11011 10110110 111100 1010101 0 11101 100000010 1001010 101001

Color Harmonies of #491BB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BB6

Black with #491BB6

Text Example


Text Example

White with #491BB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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