#764399

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

Shades of Studio #764399

Tints of Studio #764399

Color information

#764399 (or 0x764399) is unknown color: approx Studio. HEX triplet: 76, 43 and 99. RGB value is (118,67,153). Sum of RGB (Red+Green+Blue) = 118+67+153=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 67 (26.56% from 255 or 19.82% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #764399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764399 is #89BC66. Grayscale: #5B5B5B. Windows color (decimal): -9026663 or 10044278. OLE color: 10044278.

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

Color convert

RGB11867153-
CMYK0.230.5600.4
HSL275.58º39.09%43.14%-
HSV(B)275.58º56.21%60%-
XYZ15.2310.1731.3-
YUV92.05162.4146.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.91%
GREEN value IS 67 (26.56% from 255) = 19.82%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=34.91%
G=19.82%
B=45.27%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118671530.230.5600.4275.5839.0943.14
Hex7643991738028114272b
Octal16610323127700504244753
Binary1110110100001110011001101111110000101000100010100100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764399; }

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

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

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

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

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

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

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

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