Html Css Color HEX #491ACC Purple Heart

📋 copy color: '#491ACC'

red 73 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #491ACC

Tints of Purple Heart #491ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 67.33%

R = 24.09%
G = 8.58%
B = 67.33%

CMYK

 C value IS 0.64

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#491ACC (or 0x491ACC) is known color: Purple Heart. HEX triplet: 49, 1A and CC. RGB value is (73,26,204). Sum of RGB (Red+Green+Blue) = 73+26+204=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #491ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ACC is #B6E533. Grayscale: #3B3B3B. Windows color (decimal): -11986228 or 13376073. OLE color: 13376073.

HSL color Cylindrical-coordinate representation of color #491ACC: hue angle of 255.84º 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 #491ACC is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 26 204 -
CMYK 0.64 0.87 0 0.2
HSL 255.84º 0.77% 0.45% -
HSV(B) 255.84º 0.87% 0.8% -
XYZ 14.02 6.51 57.65 -
YUV 60.35 209.07 137.03 -
System Red Green Blue C M Y K H S L
Decimal 73 26 204 0.64 0.87 0 0.2 255.84 0.77 0.45
Hex 49 1A CC 40 57 0 14 100 4D 2D
Octal 111 32 314 100 127 0 24 400 115 55
Binary 1001001 11010 11001100 1000000 1010111 0 10100 100000000 1001101 101101

Color Harmonies of #491ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ACC

Black with #491ACC

Text Example


Text Example

White with #491ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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