#764899

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

Shades of Studio #764899

Tints of Studio #764899

Color information

#764899 (or 0x764899) is unknown color: approx Studio. HEX triplet: 76, 48 and 99. RGB value is (118,72,153). Sum of RGB (Red+Green+Blue) = 118+72+153=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 153 (60.16% from 255 or 44.61% from 343); Max value from RGB is 153 - color contains mainly: blue. Hex color #764899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764899 is #89B766. Grayscale: #5E5E5E. Windows color (decimal): -9025383 or 10045558. OLE color: 10045558.

HSL color Cylindrical-coordinate representation of color #764899: hue angle of 274.07º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #764899 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11872153-
CMYK0.230.5300.4
HSL274.07º36%44.12%-
HSV(B)274.07º52.94%60%-
XYZ15.5410.7931.4-
YUV94.99160.74144.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 153 (60.16% from 255) = 44.61%
R=34.40%
G=20.99%
B=44.61%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118721530.230.5300.4274.073644.12
Hex7648991735028112242c
Octal16611023127650504224454
Binary1110110100100010011001101111101010101000100010010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764899; }

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

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

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

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

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

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

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

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