#75449C

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

Shades of Studio #75449C

Tints of Studio #75449C

Color information

#75449C (or 0x75449C) is unknown color: approx Studio. HEX triplet: 75, 44 and 9C. RGB value is (117,68,156). Sum of RGB (Red+Green+Blue) = 117+68+156=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #75449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75449C is #8ABB63. Grayscale: #5C5C5C. Windows color (decimal): -9091940 or 10241141. OLE color: 10241141.

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

Color convert

RGB11768156-
CMYK0.250.5600.39
HSL273.41º39.29%43.92%-
HSV(B)273.41º56.41%61.18%-
XYZ15.410.3232.63-
YUV92.68163.73145.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 68 (26.95% from 255) = 19.94%
BLUE value IS 156 (61.33% from 255) = 45.75%
R=34.31%
G=19.94%
B=45.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117681560.250.5600.39273.4139.2943.92
Hex75449C1938027111272c
Octal16510423431700474214754
Binary1110101100010010011100110011110000100111100010001100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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