#754CA5

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

Shades of Studio #754CA5

Tints of Studio #754CA5

Color information

#754CA5 (or 0x754CA5) is unknown color: approx Studio. HEX triplet: 75, 4C and A5. RGB value is (117,76,165). Sum of RGB (Red+Green+Blue) = 117+76+165=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 76 (30.08% from 255 or 21.23% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #754CA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CA5 is #8AB35A. Grayscale: #626262. Windows color (decimal): -9089883 or 10833013. OLE color: 10833013.

HSL color Cylindrical-coordinate representation of color #754CA5: hue angle of 267.64º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754CA5 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11776165-
CMYK0.290.5400.35
HSL267.64º36.93%47.25%-
HSV(B)267.64º53.94%64.71%-
XYZ16.7111.6736.97-
YUV98.4165.58141.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 76 (30.08% from 255) = 21.23%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=32.68%
G=21.23%
B=46.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117761650.290.5400.35267.6436.9347.25
Hex754CA51D3602310c252f
Octal16511424535660434144557
Binary1110101100110010100101111011101100100011100001100100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,165); }

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

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

 a { background-color: rgb(117,76,165); }

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

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

 span { border-color: rgb(117,76,165); }

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