#4f24ba

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

Shades of Purple Heart #4F24BA

Tints of Purple Heart #4F24BA

Color information

#4F24BA (or 0x4F24BA) is unknown color: approx Purple Heart. HEX triplet: 4F, 24 and BA. RGB value is (79,36,186). Sum of RGB (Red+Green+Blue) = 79+36+186=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 186 (73.05% from 255 or 61.79% from 301); Max value from RGB is 186 - color contains mainly: blue. Hex color #4F24BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F24BA is #B0DB45. Grayscale: #414141. Windows color (decimal): -11590470 or 12198991. OLE color: 12198991.

HSL color Cylindrical-coordinate representation of color #4F24BA: hue angle of 257.2º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4F24BA is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7936186-
CMYK0.580.8100.27
HSL257.2º67.57%43.53%-
HSV(B)257.2º80.65%72.94%-
XYZ12.726.4747.03-
YUV65.96195.75137.3-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 26.25%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 186 (73.05% from 255) = 61.79%
R=26.25%
G=11.96%
B=61.79%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal79361860.580.8100.27257.267.5743.53
Hex4F24BA3A5101B101442c
Octal117442727212103340110454
Binary10011111001001011101011101010100010110111000000011000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f24ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4f24ba; }

 p { color: rgb(79,36,186); }

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

<style>
 a { background-color: #4f24ba; }

 a { background-color: rgb(79,36,186); }

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

<style>
 span { border-color: #4f24ba; }

 span { border-color: rgb(79,36,186); }

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