#7424BA

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

Shades of Purple Heart #7424BA

Tints of Purple Heart #7424BA

Color information

#7424BA (or 0x7424BA) is unknown color: approx Purple Heart. HEX triplet: 74, 24 and BA. RGB value is (116,36,186). Sum of RGB (Red+Green+Blue) = 116+36+186=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #7424BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7424BA is #8BDB45. Grayscale: #4C4C4C. Windows color (decimal): -9165638 or 12199028. OLE color: 12199028.

HSL color Cylindrical-coordinate representation of color #7424BA: hue angle of 272º 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 #7424BA is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11636186-
CMYK0.380.8100.27
HSL272º67.57%43.53%-
HSV(B)272º80.65%72.94%-
XYZ16.78.5247.22-
YUV77.02189.5155.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 186 (73.05% from 255) = 55.03%
R=34.32%
G=10.65%
B=55.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal116361860.380.8100.2727267.5743.53
Hex7424BA265101B110442c
Octal164442724612103342010454
Binary11101001001001011101010011010100010110111000100001000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7424BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7424BA; }

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

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

<style>
 a { background-color: #7424BA; }

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

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

<style>
 span { border-color: #7424BA; }

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

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