#754EAD

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

Shades of Studio #754EAD

Tints of Studio #754EAD

Color information

#754EAD (or 0x754EAD) is unknown color: approx Studio. HEX triplet: 75, 4E and AD. RGB value is (117,78,173). Sum of RGB (Red+Green+Blue) = 117+78+173=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #754EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAD is #8AB152. Grayscale: #646464. Windows color (decimal): -9089363 or 11357813. OLE color: 11357813.

HSL color Cylindrical-coordinate representation of color #754EAD: hue angle of 264.63º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754EAD is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11778173-
CMYK0.320.5500.32
HSL264.63º37.85%49.22%-
HSV(B)264.63º54.91%67.84%-
XYZ17.612.2540.97-
YUV100.49168.92139.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=31.79%
G=21.20%
B=47.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117781730.320.5500.32264.6337.8549.22
Hex754EAD20370201092631
Octal16511625540670404114661
Binary11101011001110101011011000001101110100000100001001100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,78,173); }

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

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

 a { background-color: rgb(117,78,173); }

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

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

 span { border-color: rgb(117,78,173); }

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