#75499F

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

Shades of Studio #75499F

Tints of Studio #75499F

Color information

#75499F (or 0x75499F) is unknown color: approx Studio. HEX triplet: 75, 49 and 9F. RGB value is (117,73,159). Sum of RGB (Red+Green+Blue) = 117+73+159=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #75499F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75499F is #8AB660. Grayscale: #5F5F5F. Windows color (decimal): -9090657 or 10439029. OLE color: 10439029.

HSL color Cylindrical-coordinate representation of color #75499F: hue angle of 270.7º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75499F is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11773159-
CMYK0.260.5400.38
HSL270.7º37.07%45.49%-
HSV(B)270.7º54.09%62.35%-
XYZ15.9811.0534.09-
YUV95.96163.58143.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.52%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=33.52%
G=20.92%
B=45.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117731590.260.5400.38270.737.0745.49
Hex75499F1A3602610f252d
Octal16511123732660464174555
Binary1110101100100110011111110101101100100110100001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75499F; }

 p { color: rgb(117,73,159); }

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

<style>
 a { background-color: #75499F; }

 a { background-color: rgb(117,73,159); }

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

<style>
 span { border-color: #75499F; }

 span { border-color: rgb(117,73,159); }

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