#7D20B1

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

Shades of Purple Heart #7D20B1

Tints of Purple Heart #7D20B1

Color information

#7D20B1 (or 0x7D20B1) is unknown color: approx Purple Heart. HEX triplet: 7D, 20 and B1. RGB value is (125,32,177). Sum of RGB (Red+Green+Blue) = 125+32+177=334 (44% of max value = 765). Red value is 125 (49.22% from 255 or 37.43% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 177 (69.53% from 255 or 52.99% from 334); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D20B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D20B1 is #82DF4E. Grayscale: #4B4B4B. Windows color (decimal): -8576847 or 11608189. OLE color: 11608189.

HSL color Cylindrical-coordinate representation of color #7D20B1: hue angle of 278.48º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7D20B1 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12532177-
CMYK0.290.8200.31
HSL278.48º69.38%40.98%-
HSV(B)278.48º81.92%69.41%-
XYZ16.918.5742.36-
YUV76.34184.81162.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 37.43%
GREEN value IS 32 (12.89% from 255) = 9.58%
BLUE value IS 177 (69.53% from 255) = 52.99%
R=37.43%
G=9.58%
B=52.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125321770.290.8200.31278.4869.3840.98
Hex7D20B11D5201F1164529
Octal175402613512203742610551
Binary1111101100000101100011110110100100111111000101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D20B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,32,177); }

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

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

 a { background-color: rgb(125,32,177); }

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

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

 span { border-color: rgb(125,32,177); }

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