Html Css Color HEX #7646A5 Studio

📋 copy color: '#7646A5'

red 118 ◦ green 70 ◦ blue 165

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

Shades of Studio #7646A5

Tints of Studio #7646A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.74%

R = 33.43%
G = 19.83%
B = 46.74%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7646A5 (or 0x7646A5) is known color: Studio. HEX triplet: 76, 46 and A5. RGB value is (118,70,165). Sum of RGB (Red+Green+Blue) = 118+70+165=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 165 (64.84% from 255 or 46.74% from 353); Max value from RGB is 165 - color contains mainly: blue. Hex color #7646A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7646A5 is #89B95A. Grayscale: #5E5E5E. Windows color (decimal): -9025883 or 10831478. OLE color: 10831478.

HSL color Cylindrical-coordinate representation of color #7646A5: hue angle of 270.32º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7646A5 is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 70 165 -
CMYK 0.28 0.58 0 0.35
HSL 270.32º 0.4% 0.46% -
HSV(B) 270.32º 0.58% 0.65% -
XYZ 16.45 10.95 36.84 -
YUV 95.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 118 70 165 0.28 0.58 0 0.35 270.32 0.4 0.46
Hex 76 46 A5 1C 3A 0 23 10E 28 2E
Octal 166 106 245 34 72 0 43 416 50 56
Binary 1110110 1000110 10100101 11100 111010 0 100011 100001110 101000 101110

Color Harmonies of #7646A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7646A5

Black with #7646A5

Text Example


Text Example

White with #7646A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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