#764598

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

Shades of Studio #764598

Tints of Studio #764598

Color information

#764598 (or 0x764598) is unknown color: approx Studio. HEX triplet: 76, 45 and 98. RGB value is (118,69,152). Sum of RGB (Red+Green+Blue) = 118+69+152=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #764598 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764598 is #89BA67. Grayscale: #5C5C5C. Windows color (decimal): -9026152 or 9979254. OLE color: 9979254.

HSL color Cylindrical-coordinate representation of color #764598: hue angle of 275.42º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #764598 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11869152-
CMYK0.220.5500.40
HSL275.42º37.56%43.33%-
HSV(B)275.42º54.61%59.61%-
XYZ15.2710.3730.9-
YUV93.11161.23145.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.81%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 152 (59.77% from 255) = 44.84%
R=34.81%
G=20.35%
B=44.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal118691520.220.5500.40275.4237.5643.33
Hex7645981637028113262b
Octal16610523026670504234653
Binary1110110100010110011000101101101110101000100010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #764598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #764598; }

 p { color: rgb(118,69,152); }

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

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

 a { background-color: rgb(118,69,152); }

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

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

 span { border-color: rgb(118,69,152); }

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