#4924BD

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

Shades of Purple Heart #4924BD

Tints of Purple Heart #4924BD

Color information

#4924BD (or 0x4924BD) is unknown color: approx Purple Heart. HEX triplet: 49, 24 and BD. RGB value is (73,36,189). Sum of RGB (Red+Green+Blue) = 73+36+189=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 189 (74.22% from 255 or 63.42% from 298); Max value from RGB is 189 - color contains mainly: blue. Hex color #4924BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4924BD is #B6DB42. Grayscale: #3F3F3F. Windows color (decimal): -11983683 or 12395593. OLE color: 12395593.

HSL color Cylindrical-coordinate representation of color #4924BD: hue angle of 254.51º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4924BD is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB7336189-
CMYK0.610.8100.26
HSL254.51º68%44.12%-
HSV(B)254.51º80.95%74.12%-
XYZ12.566.3548.71-
YUV64.5198.26134.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 36 (14.45% from 255) = 12.08%
BLUE value IS 189 (74.22% from 255) = 63.42%
R=24.50%
G=12.08%
B=63.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal73361890.610.8100.26254.516844.12
Hex4924BD3D5101Aff442c
Octal111442757512103237710454
Binary1001001100100101111011111011010001011010111111111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4924BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4924BD; }

 p { color: rgb(73,36,189); }

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

<style>
 a { background-color: #4924BD; }

 a { background-color: rgb(73,36,189); }

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

<style>
 span { border-color: #4924BD; }

 span { border-color: rgb(73,36,189); }

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