#7A5F95

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

Shades of Studio #7A5F95

Tints of Studio #7A5F95

Color information

#7A5F95 (or 0x7A5F95) is unknown color: approx Studio. HEX triplet: 7A, 5F and 95. RGB value is (122,95,149). Sum of RGB (Red+Green+Blue) = 122+95+149=366 (48% of max value = 765). Red value is 122 (48.05% from 255 or 33.33% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 149 (58.59% from 255 or 40.71% from 366); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A5F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5F95 is #85A06A. Grayscale: #6D6D6D. Windows color (decimal): -8757355 or 9789306. OLE color: 9789306.

HSL color Cylindrical-coordinate representation of color #7A5F95: hue angle of 270º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A5F95 is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12295149-
CMYK0.180.3600.42
HSL270º22.13%47.84%-
HSV(B)270º36.24%58.43%-
XYZ17.5414.4930.31-
YUV109.23150.45137.11-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 25.96%
BLUE value IS 149 (58.59% from 255) = 40.71%
R=33.33%
G=25.96%
B=40.71%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal122951490.180.3600.4227022.1347.84
Hex7A5F95122402A10e1630
Octal17213722522440524162660
Binary111101010111111001010110010100100010101010000111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,95,149); }

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

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

 a { background-color: rgb(122,95,149); }

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

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

 span { border-color: rgb(122,95,149); }

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