Html Css Color HEX #491FCD Purple Heart

📋 copy color: '#491FCD'

red 73 ◦ green 31 ◦ blue 205

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

Shades of Purple Heart #491FCD

Tints of Purple Heart #491FCD

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.03%

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

R = 23.62%
G = 10.03%
B = 66.34%

CMYK

 C value IS 0.64

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#491FCD (or 0x491FCD) is known color: Purple Heart. HEX triplet: 49, 1F and CD. RGB value is (73,31,205). Sum of RGB (Red+Green+Blue) = 73+31+205=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #491FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491FCD is #B6E032. Grayscale: #3E3E3E. Windows color (decimal): -11984947 or 13442889. OLE color: 13442889.

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

Color convert

RGB 73 31 205 -
CMYK 0.64 0.85 0 0.20
HSL 254.48º 0.74% 0.46% -
HSV(B) 254.48º 0.85% 0.8% -
XYZ 14.26 6.8 58.32 -
YUV 63.39 207.91 134.85 -
System Red Green Blue C M Y K H S L
Decimal 73 31 205 0.64 0.85 0 0.20 254.48 0.74 0.46
Hex 49 1F CD 40 55 0 14 FE 4A 2E
Octal 111 37 315 100 125 0 24 376 112 56
Binary 1001001 11111 11001101 1000000 1010101 0 10100 11111110 1001010 101110

Color Harmonies of #491FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491FCD

Black with #491FCD

Text Example


Text Example

White with #491FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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