#7F5C99

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

Shades of Studio #7F5C99

Tints of Studio #7F5C99

Color information

#7F5C99 (or 0x7F5C99) is unknown color: approx Studio. HEX triplet: 7F, 5C and 99. RGB value is (127,92,153). Sum of RGB (Red+Green+Blue) = 127+92+153=372 (49% of max value = 765). Red value is 127 (50% from 255 or 34.14% from 372); Green value is 92 (36.33% from 255 or 24.73% from 372); Blue value is 153 (60.16% from 255 or 41.13% from 372); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F5C99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5C99 is #80A366. Grayscale: #6D6D6D. Windows color (decimal): -8430439 or 10050687. OLE color: 10050687.

HSL color Cylindrical-coordinate representation of color #7F5C99: hue angle of 274.43º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F5C99 is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12792153-
CMYK0.170.4000.4
HSL274.43º24.9%48.04%-
HSV(B)274.43º39.87%60%-
XYZ18.3314.4731.96-
YUV109.42152.6140.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.14%
GREEN value IS 92 (36.33% from 255) = 24.73%
BLUE value IS 153 (60.16% from 255) = 41.13%
R=34.14%
G=24.73%
B=41.13%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal127921530.170.4000.4274.4324.948.04
Hex7F5C9911280281121930
Octal17713423121500504223160
Binary111111110111001001100110001101000010100010001001011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,153); }

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

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

 a { background-color: rgb(127,92,153); }

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

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

 span { border-color: rgb(127,92,153); }

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