#75519D

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

Shades of Studio #75519D

Tints of Studio #75519D

Color information

#75519D (or 0x75519D) is unknown color: approx Studio. HEX triplet: 75, 51 and 9D. RGB value is (117,81,157). Sum of RGB (Red+Green+Blue) = 117+81+157=355 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.96% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #75519D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75519D is #8AAE62. Grayscale: #646464. Windows color (decimal): -9088611 or 10310005. OLE color: 10310005.

HSL color Cylindrical-coordinate representation of color #75519D: hue angle of 268.42º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75519D is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11781157-
CMYK0.250.4800.38
HSL268.42º31.93%46.67%-
HSV(B)268.42º48.41%61.57%-
XYZ16.3612.133.37-
YUV100.43159.93139.82-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.96%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 157 (61.72% from 255) = 44.23%
R=32.96%
G=22.82%
B=44.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117811570.250.4800.38268.4231.9346.67
Hex75519D193002610c202f
Octal16512123531600464144057
Binary1110101101000110011101110011100000100110100001100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75519D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75519D; }

 p { color: rgb(117,81,157); }

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

<style>
 a { background-color: #75519D; }

 a { background-color: rgb(117,81,157); }

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

<style>
 span { border-color: #75519D; }

 span { border-color: rgb(117,81,157); }

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