Html Css Color HEX #764197 Studio

📋 copy color: '#764197'

red 118 ◦ green 65 ◦ blue 151

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

Shades of Studio #764197

Tints of Studio #764197

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.46%

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

R = 35.33%
G = 19.46%
B = 45.21%

CMYK

 C value IS 0.22

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764197 (or 0x764197) is known color: Studio. HEX triplet: 76, 41 and 97. RGB value is (118,65,151). Sum of RGB (Red+Green+Blue) = 118+65+151=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 151 (59.38% from 255 or 45.21% from 334); Max value from RGB is 151 - color contains mainly: blue. Hex color #764197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764197 is #89BE68. Grayscale: #5A5A5A. Windows color (decimal): -9027177 or 9912694. OLE color: 9912694.

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

Color convert

RGB 118 65 151 -
CMYK 0.22 0.57 0 0.41
HSL 276.98º 0.4% 0.42% -
HSV(B) 276.98º 0.57% 0.59% -
XYZ 14.95 9.87 30.39 -
YUV 90.65 162.06 147.51 -
System Red Green Blue C M Y K H S L
Decimal 118 65 151 0.22 0.57 0 0.41 276.98 0.4 0.42
Hex 76 41 97 16 39 0 29 115 28 2A
Octal 166 101 227 26 71 0 51 425 50 52
Binary 1110110 1000001 10010111 10110 111001 0 101001 100010101 101000 101010

Color Harmonies of #764197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764197

Black with #764197

Text Example


Text Example

White with #764197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764197; }

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

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

background-color css

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

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

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

border-color css

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

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

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