#7B16BD

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

Shades of Purple Heart #7B16BD

Tints of Purple Heart #7B16BD

Color information

#7B16BD (or 0x7B16BD) is unknown color: approx Purple Heart. HEX triplet: 7B, 16 and BD. RGB value is (123,22,189). Sum of RGB (Red+Green+Blue) = 123+22+189=334 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.83% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B16BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7B16BD is #84E942. Grayscale: #464646. Windows color (decimal): -8710467 or 12392059. OLE color: 12392059.

HSL color Cylindrical-coordinate representation of color #7B16BD: hue angle of 276.29º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7B16BD is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12322189-
CMYK0.350.8800.26
HSL276.29º79.15%41.37%-
HSV(B)276.29º88.36%74.12%-
XYZ17.648.4648.85-
YUV71.24194.46164.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 36.83%
GREEN value IS 22 (8.98% from 255) = 6.59%
BLUE value IS 189 (74.22% from 255) = 56.59%
R=36.83%
G=6.59%
B=56.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123221890.350.8800.26276.2979.1541.37
Hex7B16BD235801A1144f29
Octal173262754313003242411751
Binary1111011101101011110110001110110000110101000101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B16BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B16BD; }

 p { color: rgb(123,22,189); }

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

<style>
 a { background-color: #7B16BD; }

 a { background-color: rgb(123,22,189); }

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

<style>
 span { border-color: #7B16BD; }

 span { border-color: rgb(123,22,189); }

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