#7317BC

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

Shades of Purple Heart #7317BC

Tints of Purple Heart #7317BC

Color information

#7317BC (or 0x7317BC) is unknown color: approx Purple Heart. HEX triplet: 73, 17 and BC. RGB value is (115,23,188). Sum of RGB (Red+Green+Blue) = 115+23+188=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #7317BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7317BC is #8CE843. Grayscale: #444444. Windows color (decimal): -9234500 or 12326771. OLE color: 12326771.

HSL color Cylindrical-coordinate representation of color #7317BC: hue angle of 273.45º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7317BC is Cyan = 0.39, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11523188-
CMYK0.390.8800.26
HSL273.45º78.2%41.37%-
HSV(B)273.45º87.77%73.73%-
XYZ16.457.8948.23-
YUV69.32194.98160.58-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 23 (9.38% from 255) = 7.06%
BLUE value IS 188 (73.83% from 255) = 57.67%
R=35.28%
G=7.06%
B=57.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal115231880.390.8800.26273.4578.241.37
Hex7317BC275801A1114e29
Octal163272744713003242111651
Binary1110011101111011110010011110110000110101000100011001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7317BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7317BC; }

 p { color: rgb(115,23,188); }

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

<style>
 a { background-color: #7317BC; }

 a { background-color: rgb(115,23,188); }

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

<style>
 span { border-color: #7317BC; }

 span { border-color: rgb(115,23,188); }

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