#75459D

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

Shades of Studio #75459D

Tints of Studio #75459D

Color information

#75459D (or 0x75459D) is unknown color: approx Studio. HEX triplet: 75, 45 and 9D. RGB value is (117,69,157). Sum of RGB (Red+Green+Blue) = 117+69+157=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #75459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75459D is #8ABA62. Grayscale: #5D5D5D. Windows color (decimal): -9091683 or 10306933. OLE color: 10306933.

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

Color convert

RGB11769157-
CMYK0.250.5600.38
HSL272.73º38.94%44.31%-
HSV(B)272.73º56.05%61.57%-
XYZ15.5510.4733.1-
YUV93.38163.9144.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 69 (27.34% from 255) = 20.12%
BLUE value IS 157 (61.72% from 255) = 45.77%
R=34.11%
G=20.12%
B=45.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117691570.250.5600.38272.7338.9444.31
Hex75459D1938026111272c
Octal16510523531700464214754
Binary1110101100010110011101110011110000100110100010001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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