#7C0387

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

Shades of Purple #7C0387

Tints of Purple #7C0387

Color information

#7C0387 (or 0x7C0387) is unknown color: approx Purple. HEX triplet: 7C, 03 and 87. RGB value is (124,3,135). Sum of RGB (Red+Green+Blue) = 124+3+135=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 135 (53.12% from 255 or 51.53% from 262); Max value from RGB is 135 - color contains mainly: blue. Hex color #7C0387 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C0387 is #83FC78. Grayscale: #353535. Windows color (decimal): -8649849 or 8848252. OLE color: 8848252.

HSL color Cylindrical-coordinate representation of color #7C0387: hue angle of 295º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C0387 is Cyan = 0.08, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1243135-
CMYK0.080.9800.47
HSL295º95.65%27.06%-
HSV(B)295º97.78%52.94%-
XYZ12.726.123.43-
YUV54.23173.59177.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.33%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 135 (53.12% from 255) = 51.53%
R=47.33%
G=1.15%
B=51.53%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12431350.080.9800.4729595.6527.06
Hex7C38786202F127601b
Octal17432071014205744714033
Binary11111001110000111100011000100101111100100111110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C0387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,3,135); }

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

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

 a { background-color: rgb(124,3,135); }

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

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

 span { border-color: rgb(124,3,135); }

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