#7D58B1

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

Shades of Studio #7D58B1

Tints of Studio #7D58B1

Color information

#7D58B1 (or 0x7D58B1) is unknown color: approx Studio. HEX triplet: 7D, 58 and B1. RGB value is (125,88,177). Sum of RGB (Red+Green+Blue) = 125+88+177=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #7D58B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D58B1 is #82A74E. Grayscale: #6C6C6C. Windows color (decimal): -8562511 or 11622525. OLE color: 11622525.

HSL color Cylindrical-coordinate representation of color #7D58B1: hue angle of 264.94º 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 #7D58B1 is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12588177-
CMYK0.290.5000.31
HSL264.94º36.33%51.96%-
HSV(B)264.94º50.28%69.41%-
XYZ19.8814.5143.35-
YUV109.21166.26139.26-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.05%
GREEN value IS 88 (34.77% from 255) = 22.56%
BLUE value IS 177 (69.53% from 255) = 45.38%
R=32.05%
G=22.56%
B=45.38%

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
Decimal125881770.290.5000.31264.9436.3351.96
Hex7D58B11D3201F1092434
Octal17513026135620374114464
Binary111110110110001011000111101110010011111100001001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D58B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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