Html Css Color HEX #7640AC Studio

📋 copy color: '#7640AC'

red 118 ◦ green 64 ◦ blue 172

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

Shades of Studio #7640AC

Tints of Studio #7640AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.59%

R = 33.33%
G = 18.08%
B = 48.59%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7640AC (or 0x7640AC) is known color: Studio. HEX triplet: 76, 40 and AC. RGB value is (118,64,172). Sum of RGB (Red+Green+Blue) = 118+64+172=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #7640AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7640AC is #89BF53. Grayscale: #5C5C5C. Windows color (decimal): -9027412 or 11288694. OLE color: 11288694.

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

Color convert

RGB 118 64 172 -
CMYK 0.31 0.63 0 0.33
HSL 270º 0.46% 0.46% -
HSV(B) 270º 0.63% 0.67% -
XYZ 16.75 10.5 40.17 -
YUV 92.46 172.89 146.22 -
System Red Green Blue C M Y K H S L
Decimal 118 64 172 0.31 0.63 0 0.33 270 0.46 0.46
Hex 76 40 AC 1F 3F 0 21 10E 2E 2E
Octal 166 100 254 37 77 0 41 416 56 56
Binary 1110110 1000000 10101100 11111 111111 0 100001 100001110 101110 101110

Color Harmonies of #7640AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7640AC

Black with #7640AC

Text Example


Text Example

White with #7640AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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