Html Css Color HEX #7650AA Studio

📋 copy color: '#7650AA'

red 118 ◦ green 80 ◦ blue 170

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

Shades of Studio #7650AA

Tints of Studio #7650AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

 BLUE value IS 170 (66.8% from 255) = 46.2%

R = 32.07%
G = 21.74%
B = 46.2%

CMYK

 C value IS 0.31

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7650AA (or 0x7650AA) is known color: Studio. HEX triplet: 76, 50 and AA. RGB value is (118,80,170). Sum of RGB (Red+Green+Blue) = 118+80+170=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #7650AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7650AA is #89AF55. Grayscale: #656565. Windows color (decimal): -9023318 or 11161718. OLE color: 11161718.

HSL color Cylindrical-coordinate representation of color #7650AA: hue angle of 265.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7650AA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 80 170 -
CMYK 0.31 0.53 0 0.33
HSL 265.33º 0.36% 0.49% -
HSV(B) 265.33º 0.53% 0.67% -
XYZ 17.6 12.49 39.51 -
YUV 101.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 118 80 170 0.31 0.53 0 0.33 265.33 0.36 0.49
Hex 76 50 AA 1F 35 0 21 109 24 31
Octal 166 120 252 37 65 0 41 411 44 61
Binary 1110110 1010000 10101010 11111 110101 0 100001 100001001 100100 110001

Color Harmonies of #7650AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7650AA

Black with #7650AA

Text Example


Text Example

White with #7650AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7650AA; }

 p { color: rgb(118,80,170); }

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

background-color css

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

 a { background-color: rgb(118,80,170); }

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

border-color css

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

 span { border-color: rgb(118,80,170); }

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