Html Css Color HEX #491ACB Purple Heart

📋 copy color: '#491ACB'

red 73 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #491ACB

Tints of Purple Heart #491ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.22%

R = 24.17%
G = 8.61%
B = 67.22%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#491ACB (or 0x491ACB) is known color: Purple Heart. HEX triplet: 49, 1A and CB. RGB value is (73,26,203). Sum of RGB (Red+Green+Blue) = 73+26+203=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #491ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ACB is #B6E534. Grayscale: #3B3B3B. Windows color (decimal): -11986229 or 13310537. OLE color: 13310537.

HSL color Cylindrical-coordinate representation of color #491ACB: hue angle of 255.93º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491ACB is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 26 203 -
CMYK 0.64 0.87 0 0.20
HSL 255.93º 0.77% 0.45% -
HSV(B) 255.93º 0.87% 0.8% -
XYZ 13.9 6.47 57.02 -
YUV 60.23 208.57 137.11 -
System Red Green Blue C M Y K H S L
Decimal 73 26 203 0.64 0.87 0 0.20 255.93 0.77 0.45
Hex 49 1A CB 40 57 0 14 100 4D 2D
Octal 111 32 313 100 127 0 24 400 115 55
Binary 1001001 11010 11001011 1000000 1010111 0 10100 100000000 1001101 101101

Color Harmonies of #491ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ACB

Black with #491ACB

Text Example


Text Example

White with #491ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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