#754295

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

Shades of Studio #754295

Tints of Studio #754295

Color information

#754295 (or 0x754295) is unknown color: approx Studio. HEX triplet: 75, 42 and 95. RGB value is (117,66,149). Sum of RGB (Red+Green+Blue) = 117+66+149=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #754295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754295 is #8ABD6A. Grayscale: #5A5A5A. Windows color (decimal): -9092459 or 9781877. OLE color: 9781877.

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

Color convert

RGB11766149-
CMYK0.210.5600.42
HSL276.87º38.6%42.16%-
HSV(B)276.87º55.7%58.43%-
XYZ14.719.8529.56-
YUV90.71160.9146.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.24%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=35.24%
G=19.88%
B=44.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117661490.210.5600.42276.8738.642.16
Hex754295153802A115272a
Octal16510222525700524254752
Binary1110101100001010010101101011110000101010100010101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754295; }

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

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

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

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

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

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

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

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