#754195

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

Shades of Studio #754195

Tints of Studio #754195

Color information

#754195 (or 0x754195) is unknown color: approx Studio. HEX triplet: 75, 41 and 95. RGB value is (117,65,149). Sum of RGB (Red+Green+Blue) = 117+65+149=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #754195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754195 is #8ABE6A. Grayscale: #595959. Windows color (decimal): -9092715 or 9781621. OLE color: 9781621.

HSL color Cylindrical-coordinate representation of color #754195: hue angle of 277.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754195 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11765149-
CMYK0.210.5600.42
HSL277.14º39.25%41.96%-
HSV(B)277.14º56.38%58.43%-
XYZ14.659.7329.54-
YUV90.12161.23147.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 65 (25.78% from 255) = 19.64%
BLUE value IS 149 (58.59% from 255) = 45.02%
R=35.35%
G=19.64%
B=45.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117651490.210.5600.42277.1439.2541.96
Hex754195153802A115272a
Octal16510122525700524254752
Binary1110101100000110010101101011110000101010100010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754195; }

 p { color: rgb(117,65,149); }

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

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

 a { background-color: rgb(117,65,149); }

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

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

 span { border-color: rgb(117,65,149); }

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