#754498

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

Shades of Studio #754498

Tints of Studio #754498

Color information

#754498 (or 0x754498) is unknown color: approx Studio. HEX triplet: 75, 44 and 98. RGB value is (117,68,152). Sum of RGB (Red+Green+Blue) = 117+68+152=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 68 (26.95% from 255 or 20.18% from 337); Blue value is 152 (59.77% from 255 or 45.10% from 337); Max value from RGB is 152 - color contains mainly: blue. Hex color #754498 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754498 is #8ABB67. Grayscale: #5B5B5B. Windows color (decimal): -9091944 or 9978997. OLE color: 9978997.

HSL color Cylindrical-coordinate representation of color #754498: hue angle of 275º 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 #754498 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11768152-
CMYK0.230.5500.40
HSL275º38.18%43.14%-
HSV(B)275º55.26%59.61%-
XYZ15.0710.1830.88-
YUV92.23161.73145.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 68 (26.95% from 255) = 20.18%
BLUE value IS 152 (59.77% from 255) = 45.10%
R=34.72%
G=20.18%
B=45.10%

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
Decimal117681520.230.5500.4027538.1843.14
Hex7544981737028113262b
Octal16510423027670504234653
Binary1110101100010010011000101111101110101000100010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754498; }

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

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

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

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

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

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

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

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