#7918B8

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

Shades of Purple Heart #7918B8

Tints of Purple Heart #7918B8

Color information

#7918B8 (or 0x7918B8) is unknown color: approx Purple Heart. HEX triplet: 79, 18 and B8. RGB value is (121,24,184). Sum of RGB (Red+Green+Blue) = 121+24+184=329 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.78% from 329); Green value is 24 (9.77% from 255 or 7.29% from 329); Blue value is 184 (72.27% from 255 or 55.93% from 329); Max value from RGB is 184 - color contains mainly: blue. Hex color #7918B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7918B8 is #86E747. Grayscale: #464646. Windows color (decimal): -8841032 or 12064889. OLE color: 12064889.

HSL color Cylindrical-coordinate representation of color #7918B8: hue angle of 276.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7918B8 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12124184-
CMYK0.340.8700.28
HSL276.38º76.92%40.78%-
HSV(B)276.38º86.96%72.16%-
XYZ16.868.1846.04-
YUV71.24191.64163.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.78%
GREEN value IS 24 (9.77% from 255) = 7.29%
BLUE value IS 184 (72.27% from 255) = 55.93%
R=36.78%
G=7.29%
B=55.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121241840.340.8700.28276.3876.9240.78
Hex7918B8225701C1144d29
Octal171302704212703442411551
Binary1111001110001011100010001010101110111001000101001001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7918B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7918B8; }

 p { color: rgb(121,24,184); }

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

<style>
 a { background-color: #7918B8; }

 a { background-color: rgb(121,24,184); }

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

<style>
 span { border-color: #7918B8; }

 span { border-color: rgb(121,24,184); }

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