Html Css Color HEX #7646AB Studio

📋 copy color: '#7646AB'

red 118 ◦ green 70 ◦ blue 171

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

Shades of Studio #7646AB

Tints of Studio #7646AB

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.5%

 BLUE value IS 171 (67.19% from 255) = 47.63%

R = 32.87%
G = 19.5%
B = 47.63%

CMYK

 C value IS 0.31

 M value IS 0.59

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7646AB (or 0x7646AB) is known color: Studio. HEX triplet: 76, 46 and AB. RGB value is (118,70,171). Sum of RGB (Red+Green+Blue) = 118+70+171=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 70 (27.73% from 255 or 19.50% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7646AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7646AB is #89B954. Grayscale: #5F5F5F. Windows color (decimal): -9025877 or 11224694. OLE color: 11224694.

HSL color Cylindrical-coordinate representation of color #7646AB: hue angle of 268.51º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7646AB is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 70 171 -
CMYK 0.31 0.59 0 0.33
HSL 268.51º 0.42% 0.47% -
HSV(B) 268.51º 0.59% 0.67% -
XYZ 17.01 11.17 39.79 -
YUV 95.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 118 70 171 0.31 0.59 0 0.33 268.51 0.42 0.47
Hex 76 46 AB 1F 3B 0 21 10D 2A 2F
Octal 166 106 253 37 73 0 41 415 52 57
Binary 1110110 1000110 10101011 11111 111011 0 100001 100001101 101010 101111

Color Harmonies of #7646AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646AB

Black with #7646AB

Text Example


Text Example

White with #7646AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7646AB; }

 p { color: rgb(118,70,171); }

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

background-color css

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

 a { background-color: rgb(118,70,171); }

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

border-color css

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

 span { border-color: rgb(118,70,171); }

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