#7648AA

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

Shades of Studio #7648AA

Tints of Studio #7648AA

Color information

#7648AA (or 0x7648AA) is unknown color: approx Studio. HEX triplet: 76, 48 and AA. RGB value is (118,72,170). Sum of RGB (Red+Green+Blue) = 118+72+170=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 72 (28.52% from 255 or 20% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #7648AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7648AA is #89B755. Grayscale: #606060. Windows color (decimal): -9025366 or 11159670. OLE color: 11159670.

HSL color Cylindrical-coordinate representation of color #7648AA: hue angle of 268.16º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7648AA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11872170-
CMYK0.310.5800.33
HSL268.16º40.5%47.45%-
HSV(B)268.16º57.65%66.67%-
XYZ17.0411.3939.33-
YUV96.93169.24143.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 72 (28.52% from 255) = 20%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=32.78%
G=20%
B=47.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118721700.310.5800.33268.1640.547.45
Hex7648AA1F3A02110c282f
Octal16611025237720414145057
Binary1110110100100010101010111111110100100001100001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7648AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7648AA; }

 p { color: rgb(118,72,170); }

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

<style>
 a { background-color: #7648AA; }

 a { background-color: rgb(118,72,170); }

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

<style>
 span { border-color: #7648AA; }

 span { border-color: rgb(118,72,170); }

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