#7D59B1

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

Shades of Studio #7D59B1

Tints of Studio #7D59B1

Color information

#7D59B1 (or 0x7D59B1) is unknown color: approx Studio. HEX triplet: 7D, 59 and B1. RGB value is (125,89,177). Sum of RGB (Red+Green+Blue) = 125+89+177=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 177 (69.53% from 255 or 45.27% from 391); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D59B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D59B1 is #82A64E. Grayscale: #6D6D6D. Windows color (decimal): -8562255 or 11622781. OLE color: 11622781.

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

Color convert

RGB12589177-
CMYK0.290.5000.31
HSL264.55º36.07%52.16%-
HSV(B)264.55º49.72%69.41%-
XYZ19.9714.6843.38-
YUV109.8165.93138.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.97%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 177 (69.53% from 255) = 45.27%
R=31.97%
G=22.76%
B=45.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal125891770.290.5000.31264.5536.0752.16
Hex7D59B11D3201F1092434
Octal17513126135620374114464
Binary111110110110011011000111101110010011111100001001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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