#7F55A7

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

Shades of Studio #7F55A7

Tints of Studio #7F55A7

Color information

#7F55A7 (or 0x7F55A7) is unknown color: approx Studio. HEX triplet: 7F, 55 and A7. RGB value is (127,85,167). Sum of RGB (Red+Green+Blue) = 127+85+167=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 167 - color contains mainly: blue. Hex color #7F55A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F55A7 is #80AA58. Grayscale: #6A6A6A. Windows color (decimal): -8432217 or 10966399. OLE color: 10966399.

HSL color Cylindrical-coordinate representation of color #7F55A7: hue angle of 270.73º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F55A7 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12785167-
CMYK0.240.4900.35
HSL270.73º32.54%49.41%-
HSV(B)270.73º49.1%65.49%-
XYZ18.9813.838.22-
YUV106.91161.91142.33-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.51%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 167 (65.62% from 255) = 44.06%
R=33.51%
G=22.43%
B=44.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal127851670.240.4900.35270.7332.5449.41
Hex7F55A7183102310f2131
Octal17712524730610434174161
Binary1111111101010110100111110001100010100011100001111100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F55A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,85,167); }

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

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

 a { background-color: rgb(127,85,167); }

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

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

 span { border-color: rgb(127,85,167); }

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