#754396

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

Shades of Studio #754396

Tints of Studio #754396

Color information

#754396 (or 0x754396) is unknown color: approx Studio. HEX triplet: 75, 43 and 96. RGB value is (117,67,150). Sum of RGB (Red+Green+Blue) = 117+67+150=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #754396 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754396 is #8ABC69. Grayscale: #5B5B5B. Windows color (decimal): -9092202 or 9847669. OLE color: 9847669.

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

Color convert

RGB11767150-
CMYK0.220.5500.41
HSL276.14º38.25%42.55%-
HSV(B)276.14º55.33%58.82%-
XYZ14.851030-
YUV91.41161.06146.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.03%
GREEN value IS 67 (26.56% from 255) = 20.06%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=35.03%
G=20.06%
B=44.91%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117671500.220.5500.41276.1438.2542.55
Hex7543961637029114262b
Octal16510322626670514244653
Binary1110101100001110010110101101101110101001100010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754396; }

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

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

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

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

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

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

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

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