Html Css Color HEX #491EBF Purple Heart

📋 copy color: '#491EBF'

red 73 ◦ green 30 ◦ blue 191

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

Shades of Purple Heart #491EBF

Tints of Purple Heart #491EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 64.97%

R = 24.83%
G = 10.2%
B = 64.97%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#491EBF (or 0x491EBF) is known color: Purple Heart. HEX triplet: 49, 1E and BF. RGB value is (73,30,191). Sum of RGB (Red+Green+Blue) = 73+30+191=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 191 (75% from 255 or 64.97% from 294); Max value from RGB is 191 - color contains mainly: blue. Hex color #491EBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #491EBF is #B6E140. Grayscale: #3C3C3C. Windows color (decimal): -11985217 or 12525129. OLE color: 12525129.

HSL color Cylindrical-coordinate representation of color #491EBF: hue angle of 256.02º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #491EBF is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 30 191 -
CMYK 0.62 0.84 0 0.25
HSL 256.02º 0.73% 0.43% -
HSV(B) 256.02º 0.84% 0.75% -
XYZ 12.62 6.11 49.8 -
YUV 61.21 201.25 136.41 -
System Red Green Blue C M Y K H S L
Decimal 73 30 191 0.62 0.84 0 0.25 256.02 0.73 0.43
Hex 49 1E BF 3E 54 0 19 100 49 2B
Octal 111 36 277 76 124 0 31 400 111 53
Binary 1001001 11110 10111111 111110 1010100 0 11001 100000000 1001001 101011

Color Harmonies of #491EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #491EBF

Black with #491EBF

Text Example


Text Example

White with #491EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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