Html Css Color HEX #491DC1 Purple Heart

📋 copy color: '#491DC1'

red 73 ◦ green 29 ◦ blue 193

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

Shades of Purple Heart #491DC1

Tints of Purple Heart #491DC1

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.83%

 BLUE value IS 193 (75.78% from 255) = 65.42%

R = 24.75%
G = 9.83%
B = 65.42%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#491DC1 (or 0x491DC1) is known color: Purple Heart. HEX triplet: 49, 1D and C1. RGB value is (73,29,193). Sum of RGB (Red+Green+Blue) = 73+29+193=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 193 (75.78% from 255 or 65.42% from 295); Max value from RGB is 193 - color contains mainly: blue. Hex color #491DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491DC1 is #B6E23E. Grayscale: #3C3C3C. Windows color (decimal): -11985471 or 12655945. OLE color: 12655945.

HSL color Cylindrical-coordinate representation of color #491DC1: hue angle of 256.1º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491DC1 is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 29 193 -
CMYK 0.62 0.85 0 0.24
HSL 256.1º 0.74% 0.44% -
HSV(B) 256.1º 0.85% 0.76% -
XYZ 12.81 6.15 50.96 -
YUV 60.85 202.58 136.66 -
System Red Green Blue C M Y K H S L
Decimal 73 29 193 0.62 0.85 0 0.24 256.1 0.74 0.44
Hex 49 1D C1 3E 55 0 18 100 4A 2C
Octal 111 35 301 76 125 0 30 400 112 54
Binary 1001001 11101 11000001 111110 1010101 0 11000 100000000 1001010 101100

Color Harmonies of #491DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491DC1

Black with #491DC1

Text Example


Text Example

White with #491DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,29,193); }

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

background-color css

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

 a { background-color: rgb(73,29,193); }

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

border-color css

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

 span { border-color: rgb(73,29,193); }

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