Html Css Color HEX #491ACD Purple Heart

📋 copy color: '#491ACD'

red 73 ◦ green 26 ◦ blue 205

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

Shades of Purple Heart #491ACD

Tints of Purple Heart #491ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.43%

R = 24.01%
G = 8.55%
B = 67.43%

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

#491ACD (or 0x491ACD) is known color: Purple Heart. HEX triplet: 49, 1A and CD. RGB value is (73,26,205). Sum of RGB (Red+Green+Blue) = 73+26+205=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 26 (10.55% from 255 or 8.55% from 304); Blue value is 205 (80.47% from 255 or 67.43% from 304); Max value from RGB is 205 - color contains mainly: blue. Hex color #491ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491ACD is #B6E532. Grayscale: #3B3B3B. Windows color (decimal): -11986227 or 13441609. OLE color: 13441609.

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

Color convert

RGB 73 26 205 -
CMYK 0.64 0.87 0 0.20
HSL 255.75º 0.77% 0.45% -
HSV(B) 255.75º 0.87% 0.8% -
XYZ 14.14 6.56 58.28 -
YUV 60.46 209.57 136.95 -
System Red Green Blue C M Y K H S L
Decimal 73 26 205 0.64 0.87 0 0.20 255.75 0.77 0.45
Hex 49 1A CD 40 57 0 14 100 4D 2D
Octal 111 32 315 100 127 0 24 400 115 55
Binary 1001001 11010 11001101 1000000 1010111 0 10100 100000000 1001101 101101

Color Harmonies of #491ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491ACD

Black with #491ACD

Text Example


Text Example

White with #491ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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