Html Css Color HEX #764595 Studio

📋 copy color: '#764595'

red 118 ◦ green 69 ◦ blue 149

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

Shades of Studio #764595

Tints of Studio #764595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.54%

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

R = 35.12%
G = 20.54%
B = 44.35%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#764595 (or 0x764595) is known color: Studio. HEX triplet: 76, 45 and 95. RGB value is (118,69,149). Sum of RGB (Red+Green+Blue) = 118+69+149=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #764595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #764595 is #89BA6A. Grayscale: #5C5C5C. Windows color (decimal): -9026155 or 9782646. OLE color: 9782646.

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

Color convert

RGB 118 69 149 -
CMYK 0.21 0.54 0 0.42
HSL 276.75º 0.37% 0.43% -
HSV(B) 276.75º 0.54% 0.58% -
XYZ 15.02 10.28 29.63 -
YUV 92.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 118 69 149 0.21 0.54 0 0.42 276.75 0.37 0.43
Hex 76 45 95 15 36 0 2A 115 25 2B
Octal 166 105 225 25 66 0 52 425 45 53
Binary 1110110 1000101 10010101 10101 110110 0 101010 100010101 100101 101011

Color Harmonies of #764595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764595

Black with #764595

Text Example


Text Example

White with #764595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764595; }

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

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

background-color css

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

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

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

border-color css

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

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

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