#755293

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

Shades of Studio #755293

Tints of Studio #755293

Color information

#755293 (or 0x755293) is unknown color: approx Studio. HEX triplet: 75, 52 and 93. RGB value is (117,82,147). Sum of RGB (Red+Green+Blue) = 117+82+147=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #755293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755293 is #8AAD6C. Grayscale: #636363. Windows color (decimal): -9088365 or 9654901. OLE color: 9654901.

HSL color Cylindrical-coordinate representation of color #755293: hue angle of 272.31º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755293 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11782147-
CMYK0.200.4400.42
HSL272.31º28.38%44.9%-
HSV(B)272.31º44.22%57.65%-
XYZ15.6211.9229.08-
YUV99.87154.6140.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 82 (32.42% from 255) = 23.70%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=33.82%
G=23.70%
B=42.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117821470.200.4400.42272.3128.3844.9
Hex755293142C02A1101c2d
Octal16512222324540524203455
Binary111010110100101001001110100101100010101010001000011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755293; }

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

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

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

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

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

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

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

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