#4926B0

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

Shades of Purple Heart #4926B0

Tints of Purple Heart #4926B0

Color information

#4926B0 (or 0x4926B0) is unknown color: approx Purple Heart. HEX triplet: 49, 26 and B0. RGB value is (73,38,176). Sum of RGB (Red+Green+Blue) = 73+38+176=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 176 (69.14% from 255 or 61.32% from 287); Max value from RGB is 176 - color contains mainly: blue. Hex color #4926B0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4926B0 is #B6D94F. Grayscale: #3F3F3F. Windows color (decimal): -11983184 or 11544137. OLE color: 11544137.

HSL color Cylindrical-coordinate representation of color #4926B0: hue angle of 255.22º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4926B0 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7338176-
CMYK0.590.7800.31
HSL255.22º64.49%41.96%-
HSV(B)255.22º78.41%69.02%-
XYZ11.285.9441.63-
YUV64.2191.1134.28-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 176 (69.14% from 255) = 61.32%
R=25.44%
G=13.24%
B=61.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73381760.590.7800.31255.2264.4941.96
Hex4926B03B4E01Fff402a
Octal111462607311603737710052
Binary1001001100110101100001110111001110011111111111111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4926B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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