#754B99

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

Shades of Studio #754B99

Tints of Studio #754B99

Color information

#754B99 (or 0x754B99) is unknown color: approx Studio. HEX triplet: 75, 4B and 99. RGB value is (117,75,153). Sum of RGB (Red+Green+Blue) = 117+75+153=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #754B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B99 is #8AB466. Grayscale: #606060. Windows color (decimal): -9090151 or 10046325. OLE color: 10046325.

HSL color Cylindrical-coordinate representation of color #754B99: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754B99 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11775153-
CMYK0.240.5100.4
HSL272.31º34.21%44.71%-
HSV(B)272.31º50.98%60%-
XYZ15.611.1131.46-
YUV96.45159.91142.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 75 (29.69% from 255) = 21.74%
BLUE value IS 153 (60.16% from 255) = 44.35%
R=33.91%
G=21.74%
B=44.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117751530.240.5100.4272.3134.2144.71
Hex754B991833028110222d
Octal16511323130630504204255
Binary1110101100101110011001110001100110101000100010000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754B99; }

 p { color: rgb(117,75,153); }

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

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

 a { background-color: rgb(117,75,153); }

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

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

 span { border-color: rgb(117,75,153); }

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