#755299

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

Shades of Studio #755299

Tints of Studio #755299

Color information

#755299 (or 0x755299) is unknown color: approx Studio. HEX triplet: 75, 52 and 99. RGB value is (117,82,153). Sum of RGB (Red+Green+Blue) = 117+82+153=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #755299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755299 is #8AAD66. Grayscale: #646464. Windows color (decimal): -9088359 or 10048117. OLE color: 10048117.

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

Color convert

RGB11782153-
CMYK0.240.4600.4
HSL269.58º30.21%46.08%-
HSV(B)269.58º46.41%60%-
XYZ16.112.1231.63-
YUV100.56157.6139.73-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 82 (32.42% from 255) = 23.30%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=33.24%
G=23.30%
B=43.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117821530.240.4600.4269.5830.2146.08
Hex755299182E02810e1e2e
Octal16512223130560504163656
Binary111010110100101001100111000101110010100010000111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755299; }

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

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

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

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

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

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

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

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