#7317C8

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

Shades of Purple Heart #7317C8

Tints of Purple Heart #7317C8

Color information

#7317C8 (or 0x7317C8) is unknown color: approx Purple Heart. HEX triplet: 73, 17 and C8. RGB value is (115,23,200). Sum of RGB (Red+Green+Blue) = 115+23+200=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 200 (78.52% from 255 or 59.17% from 338); Max value from RGB is 200 - color contains mainly: blue. Hex color #7317C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7317C8 is #8CE837. Grayscale: #464646. Windows color (decimal): -9234488 or 13113203. OLE color: 13113203.

HSL color Cylindrical-coordinate representation of color #7317C8: hue angle of 271.19º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7317C8 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB11523200-
CMYK0.420.8800.22
HSL271.19º79.37%43.73%-
HSV(B)271.19º88.5%78.43%-
XYZ17.88.4355.33-
YUV70.69200.98159.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.02%
GREEN value IS 23 (9.38% from 255) = 6.80%
BLUE value IS 200 (78.52% from 255) = 59.17%
R=34.02%
G=6.80%
B=59.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal115232000.420.8800.22271.1979.3743.73
Hex7317C82A5801610f4f2c
Octal163273105213002641711754
Binary1110011101111100100010101010110000101101000011111001111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7317C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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