#75459B

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

Shades of Studio #75459B

Tints of Studio #75459B

Color information

#75459B (or 0x75459B) is unknown color: approx Studio. HEX triplet: 75, 45 and 9B. RGB value is (117,69,155). Sum of RGB (Red+Green+Blue) = 117+69+155=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #75459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75459B is #8ABA64. Grayscale: #5C5C5C. Windows color (decimal): -9091685 or 10175861. OLE color: 10175861.

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

Color convert

RGB11769155-
CMYK0.250.5500.39
HSL273.49º38.39%43.92%-
HSV(B)273.49º55.48%60.78%-
XYZ15.3810.432.21-
YUV93.16162.9145.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=34.31%
G=20.23%
B=45.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117691550.250.5500.39273.4938.3943.92
Hex75459B1937027111262c
Octal16510523331670474214654
Binary1110101100010110011011110011101110100111100010001100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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