Html Css Color HEX #764097 Studio

📋 copy color: '#764097'

red 118 ◦ green 64 ◦ blue 151

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

Shades of Studio #764097

Tints of Studio #764097

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.22%

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

R = 35.44%
G = 19.22%
B = 45.35%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#764097 (or 0x764097) is known color: Studio. HEX triplet: 76, 40 and 97. RGB value is (118,64,151). Sum of RGB (Red+Green+Blue) = 118+64+151=333 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.44% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 151 (59.38% from 255 or 45.35% from 333); Max value from RGB is 151 - color contains mainly: blue. Hex color #764097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764097 is #89BF68. Grayscale: #595959. Windows color (decimal): -9027433 or 9912438. OLE color: 9912438.

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

Color convert

RGB 118 64 151 -
CMYK 0.22 0.58 0 0.41
HSL 277.24º 0.4% 0.42% -
HSV(B) 277.24º 0.58% 0.59% -
XYZ 14.89 9.75 30.38 -
YUV 90.06 162.39 147.93 -
System Red Green Blue C M Y K H S L
Decimal 118 64 151 0.22 0.58 0 0.41 277.24 0.4 0.42
Hex 76 40 97 16 3A 0 29 115 28 2A
Octal 166 100 227 26 72 0 51 425 50 52
Binary 1110110 1000000 10010111 10110 111010 0 101001 100010101 101000 101010

Color Harmonies of #764097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764097

Black with #764097

Text Example


Text Example

White with #764097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764097; }

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

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

background-color css

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

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

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

border-color css

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

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

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