Html Css Color HEX #491BBA Purple Heart

📋 copy color: '#491BBA'

red 73 ◦ green 27 ◦ blue 186

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

Shades of Purple Heart #491BBA

Tints of Purple Heart #491BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 25.52%
G = 9.44%
B = 65.03%

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

#491BBA (or 0x491BBA) is known color: Purple Heart. HEX triplet: 49, 1B and BA. RGB value is (73,27,186). Sum of RGB (Red+Green+Blue) = 73+27+186=286 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.52% from 286); Green value is 27 (10.94% from 255 or 9.44% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #491BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491BBA is #B6E445. Grayscale: #3A3A3A. Windows color (decimal): -11985990 or 12196681. OLE color: 12196681.

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

Color convert

RGB 73 27 186 -
CMYK 0.61 0.85 0 0.27
HSL 257.36º 0.75% 0.42% -
HSV(B) 257.36º 0.85% 0.73% -
XYZ 12 5.75 46.93 -
YUV 58.88 199.74 138.07 -
System Red Green Blue C M Y K H S L
Decimal 73 27 186 0.61 0.85 0 0.27 257.36 0.75 0.42
Hex 49 1B BA 3D 55 0 1B 101 4B 2A
Octal 111 33 272 75 125 0 33 401 113 52
Binary 1001001 11011 10111010 111101 1010101 0 11011 100000001 1001011 101010

Color Harmonies of #491BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491BBA

Black with #491BBA

Text Example


Text Example

White with #491BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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