Html Css Color HEX #764897 Studio

📋 copy color: '#764897'

red 118 ◦ green 72 ◦ blue 151

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

Shades of Studio #764897

Tints of Studio #764897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.11%

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

R = 34.6%
G = 21.11%
B = 44.28%

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

#764897 (or 0x764897) is known color: Studio. HEX triplet: 76, 48 and 97. RGB value is (118,72,151). Sum of RGB (Red+Green+Blue) = 118+72+151=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 151 (59.38% from 255 or 44.28% from 341); Max value from RGB is 151 - color contains mainly: blue. Hex color #764897 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764897 is #89B768. Grayscale: #5E5E5E. Windows color (decimal): -9025385 or 9914486. OLE color: 9914486.

HSL color Cylindrical-coordinate representation of color #764897: hue angle of 274.94º 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 #764897 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 72 151 -
CMYK 0.22 0.52 0 0.41
HSL 274.94º 0.35% 0.44% -
HSV(B) 274.94º 0.52% 0.59% -
XYZ 15.37 10.72 30.54 -
YUV 94.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 118 72 151 0.22 0.52 0 0.41 274.94 0.35 0.44
Hex 76 48 97 16 34 0 29 113 23 2C
Octal 166 110 227 26 64 0 51 423 43 54
Binary 1110110 1001000 10010111 10110 110100 0 101001 100010011 100011 101100

Color Harmonies of #764897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764897

Black with #764897

Text Example


Text Example

White with #764897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764897; }

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

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

background-color css

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

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

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

border-color css

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

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

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