Html Css Color HEX #7646AD Studio

📋 copy color: '#7646AD'

red 118 ◦ green 70 ◦ blue 173

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

Shades of Studio #7646AD

Tints of Studio #7646AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.92%

R = 32.69%
G = 19.39%
B = 47.92%

CMYK

 C value IS 0.32

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7646AD (or 0x7646AD) is known color: Studio. HEX triplet: 76, 46 and AD. RGB value is (118,70,173). Sum of RGB (Red+Green+Blue) = 118+70+173=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #7646AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7646AD is #89B952. Grayscale: #5F5F5F. Windows color (decimal): -9025875 or 11355766. OLE color: 11355766.

HSL color Cylindrical-coordinate representation of color #7646AD: hue angle of 267.96º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7646AD is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 70 173 -
CMYK 0.32 0.60 0 0.32
HSL 267.96º 0.42% 0.48% -
HSV(B) 267.96º 0.6% 0.68% -
XYZ 17.2 11.25 40.8 -
YUV 96.09 171.4 143.62 -
System Red Green Blue C M Y K H S L
Decimal 118 70 173 0.32 0.60 0 0.32 267.96 0.42 0.48
Hex 76 46 AD 20 3C 0 20 10C 2A 30
Octal 166 106 255 40 74 0 40 414 52 60
Binary 1110110 1000110 10101101 100000 111100 0 100000 100001100 101010 110000

Color Harmonies of #7646AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646AD

Black with #7646AD

Text Example


Text Example

White with #7646AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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