Html Css Color HEX #764995 Studio

📋 copy color: '#764995'

red 118 ◦ green 73 ◦ blue 149

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

Shades of Studio #764995

Tints of Studio #764995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 34.71%
G = 21.47%
B = 43.82%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764995 (or 0x764995) is known color: Studio. HEX triplet: 76, 49 and 95. RGB value is (118,73,149). Sum of RGB (Red+Green+Blue) = 118+73+149=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 149 - color contains mainly: blue. Hex color #764995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764995 is #89B66A. Grayscale: #5E5E5E. Windows color (decimal): -9025131 or 9783670. OLE color: 9783670.

HSL color Cylindrical-coordinate representation of color #764995: hue angle of 275.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #764995 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 73 149 -
CMYK 0.21 0.51 0 0.42
HSL 275.53º 0.34% 0.44% -
HSV(B) 275.53º 0.51% 0.58% -
XYZ 15.28 10.79 29.71 -
YUV 95.12 158.41 144.32 -
System Red Green Blue C M Y K H S L
Decimal 118 73 149 0.21 0.51 0 0.42 275.53 0.34 0.44
Hex 76 49 95 15 33 0 2A 114 22 2C
Octal 166 111 225 25 63 0 52 424 42 54
Binary 1110110 1001001 10010101 10101 110011 0 101010 100010100 100010 101100

Color Harmonies of #764995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764995

Black with #764995

Text Example


Text Example

White with #764995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764995; }

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

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

background-color css

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

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

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

border-color css

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

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

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