Html Css Color HEX #7640AE Studio

📋 copy color: '#7640AE'

red 118 ◦ green 64 ◦ blue 174

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

Shades of Studio #7640AE

Tints of Studio #7640AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 33.15%
G = 17.98%
B = 48.88%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7640AE (or 0x7640AE) is known color: Studio. HEX triplet: 76, 40 and AE. RGB value is (118,64,174). Sum of RGB (Red+Green+Blue) = 118+64+174=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #7640AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7640AE is #89BF51. Grayscale: #5C5C5C. Windows color (decimal): -9027410 or 11419766. OLE color: 11419766.

HSL color Cylindrical-coordinate representation of color #7640AE: hue angle of 269.45º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7640AE is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 64 174 -
CMYK 0.32 0.63 0 0.32
HSL 269.45º 0.46% 0.47% -
HSV(B) 269.45º 0.63% 0.68% -
XYZ 16.94 10.57 41.19 -
YUV 92.69 173.89 146.06 -
System Red Green Blue C M Y K H S L
Decimal 118 64 174 0.32 0.63 0 0.32 269.45 0.46 0.47
Hex 76 40 AE 20 3F 0 20 10D 2E 2F
Octal 166 100 256 40 77 0 40 415 56 57
Binary 1110110 1000000 10101110 100000 111111 0 100000 100001101 101110 101111

Color Harmonies of #7640AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640AE

Black with #7640AE

Text Example


Text Example

White with #7640AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7640AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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