Html Css Color HEX #491EC5 Purple Heart

📋 copy color: '#491EC5'

red 73 ◦ green 30 ◦ blue 197

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

Shades of Purple Heart #491EC5

Tints of Purple Heart #491EC5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10%

 BLUE value IS 197 (77.34% from 255) = 65.67%

R = 24.33%
G = 10%
B = 65.67%

CMYK

 C value IS 0.63

 M value IS 0.85

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#491EC5 (or 0x491EC5) is known color: Purple Heart. HEX triplet: 49, 1E and C5. RGB value is (73,30,197). Sum of RGB (Red+Green+Blue) = 73+30+197=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 30 (12.11% from 255 or 10% from 300); Blue value is 197 (77.34% from 255 or 65.67% from 300); Max value from RGB is 197 - color contains mainly: blue. Hex color #491EC5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EC5 is #B6E13A. Grayscale: #3D3D3D. Windows color (decimal): -11985211 or 12918345. OLE color: 12918345.

HSL color Cylindrical-coordinate representation of color #491EC5: hue angle of 255.45º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #491EC5 is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 30 197 -
CMYK 0.63 0.85 0 0.23
HSL 255.45º 0.74% 0.45% -
HSV(B) 255.45º 0.85% 0.77% -
XYZ 13.29 6.38 53.35 -
YUV 61.9 204.25 135.92 -
System Red Green Blue C M Y K H S L
Decimal 73 30 197 0.63 0.85 0 0.23 255.45 0.74 0.45
Hex 49 1E C5 3F 55 0 17 FF 4A 2D
Octal 111 36 305 77 125 0 27 377 112 55
Binary 1001001 11110 11000101 111111 1010101 0 10111 11111111 1001010 101101

Color Harmonies of #491EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EC5

Black with #491EC5

Text Example


Text Example

White with #491EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,30,197); }

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

background-color css

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

 a { background-color: rgb(73,30,197); }

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

border-color css

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

 span { border-color: rgb(73,30,197); }

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