#7C1283

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

Shades of Purple #7C1283

Tints of Purple #7C1283

Color information

#7C1283 (or 0x7C1283) is unknown color: approx Purple. HEX triplet: 7C, 12 and 83. RGB value is (124,18,131). Sum of RGB (Red+Green+Blue) = 124+18+131=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 131 (51.56% from 255 or 47.99% from 273); Max value from RGB is 131 - color contains mainly: blue. Hex color #7C1283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C1283 is #83ED7C. Grayscale: #3E3E3E. Windows color (decimal): -8646013 or 8589948. OLE color: 8589948.

HSL color Cylindrical-coordinate representation of color #7C1283: hue angle of 296.28º 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 #7C1283 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12418131-
CMYK0.050.8600.49
HSL296.28º75.84%29.22%-
HSV(B)296.28º86.26%51.37%-
XYZ12.636.3622.03-
YUV62.58166.62171.81-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.42%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 131 (51.56% from 255) = 47.99%
R=45.42%
G=6.59%
B=47.99%

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
Decimal124181310.050.8600.49296.2875.8429.22
Hex7C12835560311284c1d
Octal17422203512606145011435
Binary1111100100101000001110110101100110001100101000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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