#754BAB

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

Shades of Studio #754BAB

Tints of Studio #754BAB

Color information

#754BAB (or 0x754BAB) is unknown color: approx Studio. HEX triplet: 75, 4B and AB. RGB value is (117,75,171). Sum of RGB (Red+Green+Blue) = 117+75+171=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #754BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754BAB is #8AB454. Grayscale: #626262. Windows color (decimal): -9090133 or 11225973. OLE color: 11225973.

HSL color Cylindrical-coordinate representation of color #754BAB: hue angle of 266.25º 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 #754BAB is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11775171-
CMYK0.320.5600.33
HSL266.25º39.02%48.24%-
HSV(B)266.25º56.14%67.06%-
XYZ17.211.7539.89-
YUV98.5168.91141.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 171 (67.19% from 255) = 47.11%
R=32.23%
G=20.66%
B=47.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117751710.320.5600.33266.2539.0248.24
Hex754BAB203802110a2730
Octal16511325340700414124760
Binary11101011001011101010111000001110000100001100001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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