#754CAB

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

Shades of Studio #754CAB

Tints of Studio #754CAB

Color information

#754CAB (or 0x754CAB) is unknown color: approx Studio. HEX triplet: 75, 4C and AB. RGB value is (117,76,171). Sum of RGB (Red+Green+Blue) = 117+76+171=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #754CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CAB is #8AB354. Grayscale: #626262. Windows color (decimal): -9089877 or 11226229. OLE color: 11226229.

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

Color convert

RGB11776171-
CMYK0.320.5600.33
HSL265.89º38.46%48.43%-
HSV(B)265.89º55.56%67.06%-
XYZ17.2711.8939.91-
YUV99.09168.58140.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 171 (67.19% from 255) = 46.98%
R=32.14%
G=20.88%
B=46.98%

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
Decimal117761710.320.5600.33265.8938.4648.43
Hex754CAB203802110a2630
Octal16511425340700414124660
Binary11101011001100101010111000001110000100001100001010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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