Html Css Color HEX #763FAD Studio

📋 copy color: '#763FAD'

red 118 ◦ green 63 ◦ blue 173

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

Shades of Studio #763FAD

Tints of Studio #763FAD

RGB

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

 GREEN value IS 63 (25% from 255) = 17.8%

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

R = 33.33%
G = 17.8%
B = 48.87%

CMYK

 C value IS 0.32

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#763FAD (or 0x763FAD) is known color: Studio. HEX triplet: 76, 3F and AD. RGB value is (118,63,173). Sum of RGB (Red+Green+Blue) = 118+63+173=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 173 (67.97% from 255 or 48.87% from 354); Max value from RGB is 173 - color contains mainly: blue. Hex color #763FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763FAD is #89C052. Grayscale: #5B5B5B. Windows color (decimal): -9027667 or 11353974. OLE color: 11353974.

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

Color convert

RGB 118 63 173 -
CMYK 0.32 0.64 0 0.32
HSL 270º 0.47% 0.46% -
HSV(B) 270º 0.64% 0.68% -
XYZ 16.79 10.42 40.66 -
YUV 91.99 173.72 146.56 -
System Red Green Blue C M Y K H S L
Decimal 118 63 173 0.32 0.64 0 0.32 270 0.47 0.46
Hex 76 3F AD 20 40 0 20 10E 2F 2E
Octal 166 77 255 40 100 0 40 416 57 56
Binary 1110110 111111 10101101 100000 1000000 0 100000 100001110 101111 101110

Color Harmonies of #763FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FAD

Black with #763FAD

Text Example


Text Example

White with #763FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763FAD; }

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

 H1.HeaderClassName
 {
   color: #763FAD;
 }
 .AnyTagClassName
 {
   color: #763FAD;
 }
</style>

background-color css

<style>
 a { background-color: #763FAD; }

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

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

border-color css

<style>
 span { border-color: #763FAD; }

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

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