#4926BF

Color #4926BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4926BF

Tints of Purple Heart #4926BF

Color information

#4926BF (or 0x4926BF) is unknown color: approx Purple Heart. HEX triplet: 49, 26 and BF. RGB value is (73,38,191). Sum of RGB (Red+Green+Blue) = 73+38+191=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 191 (75% from 255 or 63.25% from 302); Max value from RGB is 191 - color contains mainly: blue. Hex color #4926BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4926BF is #B6D940. Grayscale: #414141. Windows color (decimal): -11983169 or 12527177. OLE color: 12527177.

HSL color Cylindrical-coordinate representation of color #4926BF: hue angle of 253.73º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4926BF is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7338191-
CMYK0.620.8000.25
HSL253.73º66.81%44.9%-
HSV(B)253.73º80.1%74.9%-
XYZ12.846.5649.88-
YUV65.91198.6133.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 38 (15.23% from 255) = 12.58%
BLUE value IS 191 (75% from 255) = 63.25%
R=24.17%
G=12.58%
B=63.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal73381910.620.8000.25253.7366.8144.9
Hex4926BF3E50019fe432d
Octal111462777612003137610355
Binary1001001100110101111111111101010000011001111111101000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4926BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4926BF; }

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

 H1.HeaderClassName
 {
   color: #4926BF;
 }
 .AnyTagClassName
 {
   color: #4926BF;
 }
</style>
background-color css

<style>
 a { background-color: #4926BF; }

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

 div.DivClassName
 {
   background-color: #4926BF;
 }
 .BgClassName
 {
   background-color: #4926BF;
 }
</style>
border-color css

<style>
 span { border-color: #4926BF; }

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

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