#7D59AF

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

Shades of Studio #7D59AF

Tints of Studio #7D59AF

Color information

#7D59AF (or 0x7D59AF) is unknown color: approx Studio. HEX triplet: 7D, 59 and AF. RGB value is (125,89,175). Sum of RGB (Red+Green+Blue) = 125+89+175=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #7D59AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D59AF is #82A650. Grayscale: #6D6D6D. Windows color (decimal): -8562257 or 11491709. OLE color: 11491709.

HSL color Cylindrical-coordinate representation of color #7D59AF: hue angle of 265.12º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D59AF is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12589175-
CMYK0.290.4900.31
HSL265.12º34.96%51.76%-
HSV(B)265.12º49.14%68.63%-
XYZ19.7714.642.33-
YUV109.57164.93139.01-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.13%
GREEN value IS 89 (35.16% from 255) = 22.88%
BLUE value IS 175 (68.75% from 255) = 44.99%
R=32.13%
G=22.88%
B=44.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125891750.290.4900.31265.1234.9651.76
Hex7D59AF1D3101F1092334
Octal17513125735610374114364
Binary111110110110011010111111101110001011111100001001100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,175); }

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

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

 a { background-color: rgb(125,89,175); }

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

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

 span { border-color: rgb(125,89,175); }

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