#7715B4

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

Shades of Purple Heart #7715B4

Tints of Purple Heart #7715B4

Color information

#7715B4 (or 0x7715B4) is unknown color: approx Purple Heart. HEX triplet: 77, 15 and B4. RGB value is (119,21,180). Sum of RGB (Red+Green+Blue) = 119+21+180=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 180 (70.70% from 255 or 56.25% from 320); Max value from RGB is 180 - color contains mainly: blue. Hex color #7715B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715B4 is #88EA4B. Grayscale: #434343. Windows color (decimal): -8972876 or 11801975. OLE color: 11801975.

HSL color Cylindrical-coordinate representation of color #7715B4: hue angle of 276.98º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7715B4 is Cyan = 0.34, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11921180-
CMYK0.340.8800.29
HSL276.98º79.1%39.41%-
HSV(B)276.98º88.33%70.59%-
XYZ16.117.7543.83-
YUV68.43190.97164.07-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.19%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 180 (70.70% from 255) = 56.25%
R=37.19%
G=6.56%
B=56.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal119211800.340.8800.29276.9879.139.41
Hex7715B4225801D1154f27
Octal167252644213003542511747
Binary1110111101011011010010001010110000111011000101011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7715B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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