#7D1284

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

Shades of Purple #7D1284

Tints of Purple #7D1284

Color information

#7D1284 (or 0x7D1284) is unknown color: approx Purple. HEX triplet: 7D, 12 and 84. RGB value is (125,18,132). Sum of RGB (Red+Green+Blue) = 125+18+132=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #7D1284 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D1284 is #82ED7B. Grayscale: #3E3E3E. Windows color (decimal): -8580476 or 8655485. OLE color: 8655485.

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

Color convert

RGB12518132-
CMYK0.050.8600.48
HSL296.32º76%29.41%-
HSV(B)296.32º86.36%51.76%-
XYZ12.846.4622.4-
YUV62.99166.95172.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.45%
GREEN value IS 18 (7.42% from 255) = 6.55%
BLUE value IS 132 (51.95% from 255) = 48%
R=45.45%
G=6.55%
B=48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal125181320.050.8600.48296.327629.41
Hex7D12845560301284c1d
Octal17522204512606045011435
Binary1111101100101000010010110101100110000100101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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