#754CAF

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

Shades of Studio #754CAF

Tints of Studio #754CAF

Color information

#754CAF (or 0x754CAF) is unknown color: approx Studio. HEX triplet: 75, 4C and AF. RGB value is (117,76,175). Sum of RGB (Red+Green+Blue) = 117+76+175=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 175 (68.75% from 255 or 47.55% from 368); Max value from RGB is 175 - color contains mainly: blue. Hex color #754CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754CAF is #8AB350. Grayscale: #636363. Windows color (decimal): -9089873 or 11488373. OLE color: 11488373.

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

Color convert

RGB11776175-
CMYK0.330.5700.31
HSL264.85º39.44%49.22%-
HSV(B)264.85º56.57%68.63%-
XYZ17.6612.0541.95-
YUV99.54170.58140.45-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 76 (30.08% from 255) = 20.65%
BLUE value IS 175 (68.75% from 255) = 47.55%
R=31.79%
G=20.65%
B=47.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117761750.330.5700.31264.8539.4449.22
Hex754CAF213901F1092731
Octal16511425741710374114761
Binary1110101100110010101111100001111001011111100001001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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