#7715b8

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

Shades of Purple Heart #7715B8

Tints of Purple Heart #7715B8

Color information

#7715B8 (or 0x7715B8) is unknown color: approx Purple Heart. HEX triplet: 77, 15 and B8. RGB value is (119,21,184). Sum of RGB (Red+Green+Blue) = 119+21+184=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #7715B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7715B8 is #88EA47. Grayscale: #444444. Windows color (decimal): -8972872 or 12064119. OLE color: 12064119.

HSL color Cylindrical-coordinate representation of color #7715B8: hue angle of 276.07º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7715B8 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11921184-
CMYK0.350.8900.28
HSL276.07º79.51%40.2%-
HSV(B)276.07º88.59%72.16%-
XYZ16.537.9246-
YUV68.88192.97163.75-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.73%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 184 (72.27% from 255) = 56.79%
R=36.73%
G=6.48%
B=56.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal119211840.350.8900.28276.0779.5140.2
Hex7715B8235901C1145028
Octal167252704313103442412050
Binary1110111101011011100010001110110010111001000101001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7715b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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