#7C17BA

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

Shades of Purple Heart #7C17BA

Tints of Purple Heart #7C17BA

Color information

#7C17BA (or 0x7C17BA) is unknown color: approx Purple Heart. HEX triplet: 7C, 17 and BA. RGB value is (124,23,186). Sum of RGB (Red+Green+Blue) = 124+23+186=333 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.24% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C17BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C17BA is #83E845. Grayscale: #474747. Windows color (decimal): -8644678 or 12195708. OLE color: 12195708.

HSL color Cylindrical-coordinate representation of color #7C17BA: hue angle of 277.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7C17BA is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12423186-
CMYK0.330.8800.27
HSL277.18º77.99%40.98%-
HSV(B)277.18º87.63%72.94%-
XYZ17.488.4447.16-
YUV71.78192.46165.25-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.24%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=37.24%
G=6.91%
B=55.86%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124231860.330.8800.27277.1877.9940.98
Hex7C17BA215801B1154e29
Octal174272724113003342511651
Binary1111100101111011101010000110110000110111000101011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C17BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C17BA; }

 p { color: rgb(124,23,186); }

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

<style>
 a { background-color: #7C17BA; }

 a { background-color: rgb(124,23,186); }

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

<style>
 span { border-color: #7C17BA; }

 span { border-color: rgb(124,23,186); }

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