#7124B9

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

Shades of Purple Heart #7124B9

Tints of Purple Heart #7124B9

Color information

#7124B9 (or 0x7124B9) is unknown color: approx Purple Heart. HEX triplet: 71, 24 and B9. RGB value is (113,36,185). Sum of RGB (Red+Green+Blue) = 113+36+185=334 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.83% from 334); Green value is 36 (14.45% from 255 or 10.78% from 334); Blue value is 185 (72.66% from 255 or 55.39% from 334); Max value from RGB is 185 - color contains mainly: blue. Hex color #7124B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124B9 is #8EDB46. Grayscale: #4B4B4B. Windows color (decimal): -9362247 or 12133489. OLE color: 12133489.

HSL color Cylindrical-coordinate representation of color #7124B9: hue angle of 271.01º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7124B9 is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11336185-
CMYK0.390.8100.27
HSL271.01º67.42%43.33%-
HSV(B)271.01º80.54%72.55%-
XYZ16.28.2846.64-
YUV76.01189.51154.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.83%
GREEN value IS 36 (14.45% from 255) = 10.78%
BLUE value IS 185 (72.66% from 255) = 55.39%
R=33.83%
G=10.78%
B=55.39%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113361850.390.8100.27271.0167.4243.33
Hex7124B9275101B10f432b
Octal161442714712103341710353
Binary11100011001001011100110011110100010110111000011111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7124B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7124B9; }

 p { color: rgb(113,36,185); }

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

<style>
 a { background-color: #7124B9; }

 a { background-color: rgb(113,36,185); }

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

<style>
 span { border-color: #7124B9; }

 span { border-color: rgb(113,36,185); }

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