#755295

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

Shades of Studio #755295

Tints of Studio #755295

Color information

#755295 (or 0x755295) is unknown color: approx Studio. HEX triplet: 75, 52 and 95. RGB value is (117,82,149). Sum of RGB (Red+Green+Blue) = 117+82+149=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #755295 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755295 is #8AAD6A. Grayscale: #636363. Windows color (decimal): -9088363 or 9785973. OLE color: 9785973.

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

Color convert

RGB11782149-
CMYK0.210.4500.42
HSL271.34º29%45.29%-
HSV(B)271.34º44.97%58.43%-
XYZ15.7811.9929.92-
YUV100.1155.6140.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=33.62%
G=23.56%
B=42.82%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117821490.210.4500.42271.342945.29
Hex755295152D02A10f1d2d
Octal16512222525550524173555
Binary111010110100101001010110101101101010101010000111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755295; }

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

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

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

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

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

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

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

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