#7D1283

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

Shades of Purple #7D1283

Tints of Purple #7D1283

Color information

#7D1283 (or 0x7D1283) is unknown color: approx Purple. HEX triplet: 7D, 12 and 83. RGB value is (125,18,131). Sum of RGB (Red+Green+Blue) = 125+18+131=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 131 (51.56% from 255 or 47.81% from 274); Max value from RGB is 131 - color contains mainly: blue. Hex color #7D1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1283 is #82ED7C. Grayscale: #3E3E3E. Windows color (decimal): -8580477 or 8589949. OLE color: 8589949.

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

Color convert

RGB12518131-
CMYK0.050.8600.49
HSL296.81º75.84%29.22%-
HSV(B)296.81º86.26%51.37%-
XYZ12.776.4322.04-
YUV62.88166.45172.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.62%
GREEN value IS 18 (7.42% from 255) = 6.57%
BLUE value IS 131 (51.56% from 255) = 47.81%
R=45.62%
G=6.57%
B=47.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal125181310.050.8600.49296.8175.8429.22
Hex7D12835560311294c1d
Octal17522203512606145111435
Binary1111101100101000001110110101100110001100101001100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,18,131); }

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

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

 a { background-color: rgb(125,18,131); }

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

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

 span { border-color: rgb(125,18,131); }

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