#7715C1

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

Shades of Purple Heart #7715C1

Tints of Purple Heart #7715C1

Color information

#7715C1 (or 0x7715C1) is unknown color: approx Purple Heart. HEX triplet: 77, 15 and C1. RGB value is (119,21,193). Sum of RGB (Red+Green+Blue) = 119+21+193=333 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.74% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #7715C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715C1 is #88EA3E. Grayscale: #454545. Windows color (decimal): -8972863 or 12653943. OLE color: 12653943.

HSL color Cylindrical-coordinate representation of color #7715C1: hue angle of 274.19º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7715C1 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11921193-
CMYK0.380.8900.24
HSL274.19º80.37%41.96%-
HSV(B)274.19º89.12%75.69%-
XYZ17.58.3151.13-
YUV69.91197.47163.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.74%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 193 (75.78% from 255) = 57.96%
R=35.74%
G=6.31%
B=57.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal119211930.380.8900.24274.1980.3741.96
Hex7715C12659018112502a
Octal167253014613103042212052
Binary1110111101011100000110011010110010110001000100101010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7715C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7715C1; }

 p { color: rgb(119,21,193); }

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

<style>
 a { background-color: #7715C1; }

 a { background-color: rgb(119,21,193); }

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

<style>
 span { border-color: #7715C1; }

 span { border-color: rgb(119,21,193); }

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