Html Css Color HEX #763FAC Studio

📋 copy color: '#763FAC'

red 118 ◦ green 63 ◦ blue 172

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

Shades of Studio #763FAC

Tints of Studio #763FAC

RGB

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

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

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

R = 33.43%
G = 17.85%
B = 48.73%

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

#763FAC (or 0x763FAC) is known color: Studio. HEX triplet: 76, 3F and AC. RGB value is (118,63,172). Sum of RGB (Red+Green+Blue) = 118+63+172=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 63 (25% from 255 or 17.85% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #763FAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763FAC is #89C053. Grayscale: #5B5B5B. Windows color (decimal): -9027668 or 11288438. OLE color: 11288438.

HSL color Cylindrical-coordinate representation of color #763FAC: hue angle of 270.28º 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 #763FAC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 63 172 -
CMYK 0.31 0.63 0 0.33
HSL 270.28º 0.46% 0.46% -
HSV(B) 270.28º 0.63% 0.67% -
XYZ 16.7 10.39 40.15 -
YUV 91.87 173.22 146.64 -
System Red Green Blue C M Y K H S L
Decimal 118 63 172 0.31 0.63 0 0.33 270.28 0.46 0.46
Hex 76 3F AC 1F 3F 0 21 10E 2E 2E
Octal 166 77 254 37 77 0 41 416 56 56
Binary 1110110 111111 10101100 11111 111111 0 100001 100001110 101110 101110

Color Harmonies of #763FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763FAC

Black with #763FAC

Text Example


Text Example

White with #763FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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