#754598

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

Shades of Studio #754598

Tints of Studio #754598

Color information

#754598 (or 0x754598) is unknown color: approx Studio. HEX triplet: 75, 45 and 98. RGB value is (117,69,152). Sum of RGB (Red+Green+Blue) = 117+69+152=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #754598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754598 is #8ABA67. Grayscale: #5C5C5C. Windows color (decimal): -9091688 or 9979253. OLE color: 9979253.

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

Color convert

RGB11769152-
CMYK0.230.5500.40
HSL274.7º37.56%43.33%-
HSV(B)274.7º54.61%59.61%-
XYZ15.1310.3130.9-
YUV92.81161.4145.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=34.62%
G=20.41%
B=44.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal117691520.230.5500.40274.737.5643.33
Hex7545981737028113262b
Octal16510523027670504234653
Binary1110101100010110011000101111101110101000100010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754598; }

 p { color: rgb(117,69,152); }

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

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

 a { background-color: rgb(117,69,152); }

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

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

 span { border-color: rgb(117,69,152); }

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