Html Css Color HEX #764997 Studio

📋 copy color: '#764997'

red 118 ◦ green 73 ◦ blue 151

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

Shades of Studio #764997

Tints of Studio #764997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

 BLUE value IS 151 (59.38% from 255) = 44.15%

R = 34.5%
G = 21.35%
B = 44.15%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764997 (or 0x764997) is known color: Studio. HEX triplet: 76, 49 and 97. RGB value is (118,73,151). Sum of RGB (Red+Green+Blue) = 118+73+151=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 151 (59.38% from 255 or 44.15% from 342); Max value from RGB is 151 - color contains mainly: blue. Hex color #764997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764997 is #89B668. Grayscale: #5F5F5F. Windows color (decimal): -9025129 or 9914742. OLE color: 9914742.

HSL color Cylindrical-coordinate representation of color #764997: hue angle of 274.62º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764997 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 73 151 -
CMYK 0.22 0.52 0 0.41
HSL 274.62º 0.35% 0.44% -
HSV(B) 274.62º 0.52% 0.59% -
XYZ 15.44 10.85 30.56 -
YUV 95.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 118 73 151 0.22 0.52 0 0.41 274.62 0.35 0.44
Hex 76 49 97 16 34 0 29 113 23 2C
Octal 166 111 227 26 64 0 51 423 43 54
Binary 1110110 1001001 10010111 10110 110100 0 101001 100010011 100011 101100

Color Harmonies of #764997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764997

Black with #764997

Text Example


Text Example

White with #764997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764997; }

 p { color: rgb(118,73,151); }

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

background-color css

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

 a { background-color: rgb(118,73,151); }

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

border-color css

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

 span { border-color: rgb(118,73,151); }

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