#754AA0

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

Shades of Studio #754AA0

Tints of Studio #754AA0

Color information

#754AA0 (or 0x754AA0) is unknown color: approx Studio. HEX triplet: 75, 4A and A0. RGB value is (117,74,160). Sum of RGB (Red+Green+Blue) = 117+74+160=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 74 (29.30% from 255 or 21.08% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 160 - color contains mainly: blue. Hex color #754AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754AA0 is #8AB55F. Grayscale: #606060. Windows color (decimal): -9090400 or 10504821. OLE color: 10504821.

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

Color convert

RGB11774160-
CMYK0.270.5400.37
HSL270º36.75%45.88%-
HSV(B)270º53.75%62.75%-
XYZ16.1311.2234.57-
YUV96.66163.75142.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.33%
GREEN value IS 74 (29.30% from 255) = 21.08%
BLUE value IS 160 (62.89% from 255) = 45.58%
R=33.33%
G=21.08%
B=45.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117741600.270.5400.3727036.7545.88
Hex754AA01B3602510e252e
Octal16511224033660454164556
Binary1110101100101010100000110111101100100101100001110100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,74,160); }

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

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

 a { background-color: rgb(117,74,160); }

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

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

 span { border-color: rgb(117,74,160); }

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