#754ABA

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

Shades of Studio #754ABA

Tints of Studio #754ABA

Color information

#754ABA (or 0x754ABA) is unknown color: approx Studio. HEX triplet: 75, 4A and BA. RGB value is (117,74,186). Sum of RGB (Red+Green+Blue) = 117+74+186=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 186 (73.05% from 255 or 49.34% from 377); Max value from RGB is 186 - color contains mainly: blue. Hex color #754ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #754ABA is #8AB545. Grayscale: #636363. Windows color (decimal): -9090374 or 12208757. OLE color: 12208757.

HSL color Cylindrical-coordinate representation of color #754ABA: hue angle of 263.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #754ABA is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11774186-
CMYK0.370.6000.27
HSL263.04º44.8%50.98%-
HSV(B)263.04º60.22%72.94%-
XYZ18.6512.2247.83-
YUV99.62176.75140.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.03%
GREEN value IS 74 (29.30% from 255) = 19.63%
BLUE value IS 186 (73.05% from 255) = 49.34%
R=31.03%
G=19.63%
B=49.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal117741860.370.6000.27263.0444.850.98
Hex754ABA253C01B1072d33
Octal16511227245740334075563
Binary1110101100101010111010100101111100011011100000111101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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