Html Css Color HEX #491ACE Purple Heart

📋 copy color: '#491ACE'

red 73 ◦ green 26 ◦ blue 206

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

Shades of Purple Heart #491ACE

Tints of Purple Heart #491ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 67.54%

R = 23.93%
G = 8.52%
B = 67.54%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#491ACE (or 0x491ACE) is known color: Purple Heart. HEX triplet: 49, 1A and CE. RGB value is (73,26,206). Sum of RGB (Red+Green+Blue) = 73+26+206=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 26 (10.55% from 255 or 8.52% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #491ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ACE is #B6E531. Grayscale: #3B3B3B. Windows color (decimal): -11986226 or 13507145. OLE color: 13507145.

HSL color Cylindrical-coordinate representation of color #491ACE: hue angle of 255.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #491ACE is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 26 206 -
CMYK 0.65 0.87 0 0.19
HSL 255.67º 0.78% 0.45% -
HSV(B) 255.67º 0.87% 0.81% -
XYZ 14.26 6.61 58.92 -
YUV 60.57 210.07 136.86 -
System Red Green Blue C M Y K H S L
Decimal 73 26 206 0.65 0.87 0 0.19 255.67 0.78 0.45
Hex 49 1A CE 41 57 0 13 100 4E 2D
Octal 111 32 316 101 127 0 23 400 116 55
Binary 1001001 11010 11001110 1000001 1010111 0 10011 100000000 1001110 101101

Color Harmonies of #491ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ACE

Black with #491ACE

Text Example


Text Example

White with #491ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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