#7124BD

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

Shades of Purple Heart #7124BD

Tints of Purple Heart #7124BD

Color information

#7124BD (or 0x7124BD) is unknown color: approx Purple Heart. HEX triplet: 71, 24 and BD. RGB value is (113,36,189). Sum of RGB (Red+Green+Blue) = 113+36+189=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 189 (74.22% from 255 or 55.92% from 338); Max value from RGB is 189 - color contains mainly: blue. Hex color #7124BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7124BD is #8EDB42. Grayscale: #4B4B4B. Windows color (decimal): -9362243 or 12395633. OLE color: 12395633.

HSL color Cylindrical-coordinate representation of color #7124BD: hue angle of 270.2º 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 #7124BD is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11336189-
CMYK0.400.8100.26
HSL270.2º68%44.12%-
HSV(B)270.2º80.95%74.12%-
XYZ16.638.4548.9-
YUV76.46191.51154.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.43%
GREEN value IS 36 (14.45% from 255) = 10.65%
BLUE value IS 189 (74.22% from 255) = 55.92%
R=33.43%
G=10.65%
B=55.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal113361890.400.8100.26270.26844.12
Hex7124BD285101A10e442c
Octal161442755012103241610454
Binary11100011001001011110110100010100010110101000011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7124BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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