#754BA1

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

Shades of Studio #754BA1

Tints of Studio #754BA1

Color information

#754BA1 (or 0x754BA1) is unknown color: approx Studio. HEX triplet: 75, 4B and A1. RGB value is (117,75,161). Sum of RGB (Red+Green+Blue) = 117+75+161=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 75 (29.69% from 255 or 21.25% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 161 - color contains mainly: blue. Hex color #754BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BA1 is #8AB45E. Grayscale: #616161. Windows color (decimal): -9090143 or 10570613. OLE color: 10570613.

HSL color Cylindrical-coordinate representation of color #754BA1: hue angle of 269.3º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754BA1 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11775161-
CMYK0.270.5300.37
HSL269.3º36.44%46.27%-
HSV(B)269.3º53.42%63.14%-
XYZ16.2911.3935.06-
YUV97.36163.91142.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.14%
GREEN value IS 75 (29.69% from 255) = 21.25%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=33.14%
G=21.25%
B=45.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117751610.270.5300.37269.336.4446.27
Hex754BA11B3502510d242e
Octal16511324133650454154456
Binary1110101100101110100001110111101010100101100001101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,75,161); }

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

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

 a { background-color: rgb(117,75,161); }

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

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

 span { border-color: rgb(117,75,161); }

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