#754196

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

Shades of Studio #754196

Tints of Studio #754196

Color information

#754196 (or 0x754196) is unknown color: approx Studio. HEX triplet: 75, 41 and 96. RGB value is (117,65,150). Sum of RGB (Red+Green+Blue) = 117+65+150=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #754196 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754196 is #8ABE69. Grayscale: #595959. Windows color (decimal): -9092714 or 9847157. OLE color: 9847157.

HSL color Cylindrical-coordinate representation of color #754196: hue angle of 276.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #754196 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11765150-
CMYK0.220.5700.41
HSL276.71º39.53%42.16%-
HSV(B)276.71º56.67%58.82%-
XYZ14.739.7629.96-
YUV90.24161.73147.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=35.24%
G=19.58%
B=45.18%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117651500.220.5700.41276.7139.5342.16
Hex7541961639029115282a
Octal16510122626710514255052
Binary1110101100000110010110101101110010101001100010101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754196; }

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

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

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

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

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

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

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

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