Html Css Color HEX #764699 Studio

📋 copy color: '#764699'

red 118 ◦ green 70 ◦ blue 153

#764699
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #764699

Tints of Studio #764699

RGB

 RED value IS 118 (46.48% from 255) = 34.6%

 GREEN value IS 70 (27.73% from 255) = 20.53%

 BLUE value IS 153 (60.16% from 255) = 44.87%

R = 34.6%
G = 20.53%
B = 44.87%

CMYK

 C value IS 0.23

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#764699 (or 0x764699) is known color: Studio. HEX triplet: 76, 46 and 99. RGB value is (118,70,153). Sum of RGB (Red+Green+Blue) = 118+70+153=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #764699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764699 is #89B966. Grayscale: #5D5D5D. Windows color (decimal): -9025895 or 10045046. OLE color: 10045046.

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

Color convert

RGB 118 70 153 -
CMYK 0.23 0.54 0 0.4
HSL 274.7º 0.37% 0.44% -
HSV(B) 274.7º 0.54% 0.6% -
XYZ 15.41 10.53 31.36 -
YUV 93.81 161.4 145.25 -
System Red Green Blue C M Y K H S L
Decimal 118 70 153 0.23 0.54 0 0.4 274.7 0.37 0.44
Hex 76 46 99 17 36 0 28 113 25 2C
Octal 166 106 231 27 66 0 50 423 45 54
Binary 1110110 1000110 10011001 10111 110110 0 101000 100010011 100101 101100

Color Harmonies of #764699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764699

Black with #764699

Text Example


Text Example

White with #764699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764699; }

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

 H1.HeaderClassName
 {
   color: #764699;
 }
 .AnyTagClassName
 {
   color: #764699;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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