#75439B

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

Shades of Studio #75439B

Tints of Studio #75439B

Color information

#75439B (or 0x75439B) is unknown color: approx Studio. HEX triplet: 75, 43 and 9B. RGB value is (117,67,155). Sum of RGB (Red+Green+Blue) = 117+67+155=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #75439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75439B is #8ABC64. Grayscale: #5B5B5B. Windows color (decimal): -9092197 or 10175349. OLE color: 10175349.

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

Color convert

RGB11767155-
CMYK0.250.5700.39
HSL274.09º39.64%43.53%-
HSV(B)274.09º56.77%60.78%-
XYZ15.2610.1632.17-
YUV91.98163.56145.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 67 (26.56% from 255) = 19.76%
BLUE value IS 155 (60.94% from 255) = 45.72%
R=34.51%
G=19.76%
B=45.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117671550.250.5700.39274.0939.6443.53
Hex75439B1939027112282c
Octal16510323331710474225054
Binary1110101100001110011011110011110010100111100010010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75439B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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