#7917BD

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

Shades of Purple Heart #7917BD

Tints of Purple Heart #7917BD

Color information

#7917BD (or 0x7917BD) is unknown color: approx Purple Heart. HEX triplet: 79, 17 and BD. RGB value is (121,23,189). Sum of RGB (Red+Green+Blue) = 121+23+189=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 23 (9.38% from 255 or 6.91% from 333); Blue value is 189 (74.22% from 255 or 56.76% from 333); Max value from RGB is 189 - color contains mainly: blue. Hex color #7917BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7917BD is #86E842. Grayscale: #464646. Windows color (decimal): -8841283 or 12392313. OLE color: 12392313.

HSL color Cylindrical-coordinate representation of color #7917BD: hue angle of 275.42º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7917BD is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12123189-
CMYK0.360.8800.26
HSL275.42º78.3%41.57%-
HSV(B)275.42º87.83%74.12%-
XYZ17.388.3548.84-
YUV71.23194.47163.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 23 (9.38% from 255) = 6.91%
BLUE value IS 189 (74.22% from 255) = 56.76%
R=36.34%
G=6.91%
B=56.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121231890.360.8800.26275.4278.341.57
Hex7917BD245801A1134e2a
Octal171272754413003242311652
Binary1111001101111011110110010010110000110101000100111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7917BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7917BD; }

 p { color: rgb(121,23,189); }

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

<style>
 a { background-color: #7917BD; }

 a { background-color: rgb(121,23,189); }

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

<style>
 span { border-color: #7917BD; }

 span { border-color: rgb(121,23,189); }

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