#75519E

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

Shades of Studio #75519E

Tints of Studio #75519E

Color information

#75519E (or 0x75519E) is unknown color: approx Studio. HEX triplet: 75, 51 and 9E. RGB value is (117,81,158). Sum of RGB (Red+Green+Blue) = 117+81+158=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #75519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75519E is #8AAE61. Grayscale: #646464. Windows color (decimal): -9088610 or 10375541. OLE color: 10375541.

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

Color convert

RGB11781158-
CMYK0.260.4900.38
HSL268.05º32.22%46.86%-
HSV(B)268.05º48.73%61.96%-
XYZ16.4512.1433.82-
YUV100.54160.43139.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 81 (32.03% from 255) = 22.75%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=32.87%
G=22.75%
B=44.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117811580.260.4900.38268.0532.2246.86
Hex75519E1A3102610c202f
Octal16512123632610464144057
Binary1110101101000110011110110101100010100110100001100100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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