#7D1482

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

Shades of Purple #7D1482

Tints of Purple #7D1482

Color information

#7D1482 (or 0x7D1482) is unknown color: approx Purple. HEX triplet: 7D, 14 and 82. RGB value is (125,20,130). Sum of RGB (Red+Green+Blue) = 125+20+130=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #7D1482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1482 is #82EB7D. Grayscale: #3F3F3F. Windows color (decimal): -8579966 or 8524925. OLE color: 8524925.

HSL color Cylindrical-coordinate representation of color #7D1482: hue angle of 297.27º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1482 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12520130-
CMYK0.040.8500.49
HSL297.27º73.33%29.41%-
HSV(B)297.27º84.62%50.98%-
XYZ12.746.4721.7-
YUV63.93165.29171.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 20 (8.20% from 255) = 7.27%
BLUE value IS 130 (51.17% from 255) = 47.27%
R=45.45%
G=7.27%
B=47.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125201300.040.8500.49297.2773.3329.41
Hex7D1482455031129491d
Octal17524202412506145111135
Binary1111101101001000001010010101010110001100101001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,20,130); }

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

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

 a { background-color: rgb(125,20,130); }

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

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

 span { border-color: rgb(125,20,130); }

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