#754BAA

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

Shades of Studio #754BAA

Tints of Studio #754BAA

Color information

#754BAA (or 0x754BAA) is unknown color: approx Studio. HEX triplet: 75, 4B and AA. RGB value is (117,75,170). Sum of RGB (Red+Green+Blue) = 117+75+170=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 75 (29.69% from 255 or 20.72% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #754BAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BAA is #8AB455. Grayscale: #626262. Windows color (decimal): -9090134 or 11160437. OLE color: 11160437.

HSL color Cylindrical-coordinate representation of color #754BAA: hue angle of 266.53º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #754BAA is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11775170-
CMYK0.310.5600.33
HSL266.53º38.78%48.04%-
HSV(B)266.53º55.88%66.67%-
XYZ17.1111.7239.39-
YUV98.39168.41141.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 75 (29.69% from 255) = 20.72%
BLUE value IS 170 (66.80% from 255) = 46.96%
R=32.32%
G=20.72%
B=46.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117751700.310.5600.33266.5338.7848.04
Hex754BAA1F3802110b2730
Octal16511325237700414134760
Binary1110101100101110101010111111110000100001100001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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