#754AAF

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

Shades of Studio #754AAF

Tints of Studio #754AAF

Color information

#754AAF (or 0x754AAF) is unknown color: approx Studio. HEX triplet: 75, 4A and AF. RGB value is (117,74,175). Sum of RGB (Red+Green+Blue) = 117+74+175=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #754AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754AAF is #8AB550. Grayscale: #626262. Windows color (decimal): -9090385 or 11487861. OLE color: 11487861.

HSL color Cylindrical-coordinate representation of color #754AAF: hue angle of 265.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #754AAF is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11774175-
CMYK0.330.5800.31
HSL265.54º40.56%48.82%-
HSV(B)265.54º57.71%68.63%-
XYZ17.5211.7741.91-
YUV98.37171.25141.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.97%
GREEN value IS 74 (29.30% from 255) = 20.22%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=31.97%
G=20.22%
B=47.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117741750.330.5800.31265.5440.5648.82
Hex754AAF213A01F10a2931
Octal16511225741720374125161
Binary1110101100101010101111100001111010011111100001010101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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