Html Css Color HEX #491ABA Purple Heart

📋 copy color: '#491ABA'

red 73 ◦ green 26 ◦ blue 186

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

Shades of Purple Heart #491ABA

Tints of Purple Heart #491ABA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

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

R = 25.61%
G = 9.12%
B = 65.26%

CMYK

 C value IS 0.61

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#491ABA (or 0x491ABA) is known color: Purple Heart. HEX triplet: 49, 1A and BA. RGB value is (73,26,186). Sum of RGB (Red+Green+Blue) = 73+26+186=285 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.61% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 186 (73.05% from 255 or 65.26% from 285); Max value from RGB is 186 - color contains mainly: blue. Hex color #491ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ABA is #B6E545. Grayscale: #393939. Windows color (decimal): -11986246 or 12196425. OLE color: 12196425.

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

Color convert

RGB 73 26 186 -
CMYK 0.61 0.86 0 0.27
HSL 257.63º 0.75% 0.42% -
HSV(B) 257.63º 0.86% 0.73% -
XYZ 11.98 5.7 46.92 -
YUV 58.29 200.07 138.49 -
System Red Green Blue C M Y K H S L
Decimal 73 26 186 0.61 0.86 0 0.27 257.63 0.75 0.42
Hex 49 1A BA 3D 56 0 1B 102 4B 2A
Octal 111 32 272 75 126 0 33 402 113 52
Binary 1001001 11010 10111010 111101 1010110 0 11011 100000010 1001011 101010

Color Harmonies of #491ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ABA

Black with #491ABA

Text Example


Text Example

White with #491ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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