#7B20BD

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

Shades of Purple Heart #7B20BD

Tints of Purple Heart #7B20BD

Color information

#7B20BD (or 0x7B20BD) is unknown color: approx Purple Heart. HEX triplet: 7B, 20 and BD. RGB value is (123,32,189). Sum of RGB (Red+Green+Blue) = 123+32+189=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 32 (12.89% from 255 or 9.30% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #7B20BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B20BD is #84DF42. Grayscale: #4C4C4C. Windows color (decimal): -8707907 or 12394619. OLE color: 12394619.

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

Color convert

RGB12332189-
CMYK0.350.8300.26
HSL274.78º71.04%43.33%-
HSV(B)274.78º83.07%74.12%-
XYZ17.878.9248.92-
YUV77.11191.15160.73-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 32 (12.89% from 255) = 9.30%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=35.76%
G=9.30%
B=54.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal123321890.350.8300.26274.7871.0443.33
Hex7B20BD235301A113472b
Octal173402754312303242310753
Binary11110111000001011110110001110100110110101000100111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B20BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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