#75449A

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

Shades of Studio #75449A

Tints of Studio #75449A

Color information

#75449A (or 0x75449A) is unknown color: approx Studio. HEX triplet: 75, 44 and 9A. RGB value is (117,68,154). Sum of RGB (Red+Green+Blue) = 117+68+154=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #75449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75449A is #8ABB65. Grayscale: #5C5C5C. Windows color (decimal): -9091942 or 10110069. OLE color: 10110069.

HSL color Cylindrical-coordinate representation of color #75449A: hue angle of 274.19º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75449A is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11768154-
CMYK0.240.5600.40
HSL274.19º38.74%43.53%-
HSV(B)274.19º55.84%60.39%-
XYZ15.2410.2531.75-
YUV92.46162.73145.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 154 (60.55% from 255) = 45.43%
R=34.51%
G=20.06%
B=45.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117681540.240.5600.40274.1938.7443.53
Hex75449A1838028112272c
Octal16510423230700504224754
Binary1110101100010010011010110001110000101000100010010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75449A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75449A; }

 p { color: rgb(117,68,154); }

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

<style>
 a { background-color: #75449A; }

 a { background-color: rgb(117,68,154); }

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

<style>
 span { border-color: #75449A; }

 span { border-color: rgb(117,68,154); }

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