#7B20C9

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

Shades of Purple Heart #7B20C9

Tints of Purple Heart #7B20C9

Color information

#7B20C9 (or 0x7B20C9) is unknown color: approx Purple Heart. HEX triplet: 7B, 20 and C9. RGB value is (123,32,201). Sum of RGB (Red+Green+Blue) = 123+32+201=356 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.55% from 356); Green value is 32 (12.89% from 255 or 8.99% from 356); Blue value is 201 (78.91% from 255 or 56.46% from 356); Max value from RGB is 201 - color contains mainly: blue. Hex color #7B20C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B20C9 is #84DF36. Grayscale: #4D4D4D. Windows color (decimal): -8707895 or 13181051. OLE color: 13181051.

HSL color Cylindrical-coordinate representation of color #7B20C9: hue angle of 272.31º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7B20C9 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12332201-
CMYK0.390.8400.21
HSL272.31º72.53%45.69%-
HSV(B)272.31º84.08%78.82%-
XYZ19.239.4656.07-
YUV78.47197.15159.76-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.55%
GREEN value IS 32 (12.89% from 255) = 8.99%
BLUE value IS 201 (78.91% from 255) = 56.46%
R=34.55%
G=8.99%
B=56.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal123322010.390.8400.21272.3172.5345.69
Hex7B20C92754015110492e
Octal173403114712402542011156
Binary11110111000001100100110011110101000101011000100001001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B20C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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