Html Css Color HEX #763C99 Royal Purple

📋 copy color: '#763C99'

red 118 ◦ green 60 ◦ blue 153

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

Shades of Royal Purple #763C99

Tints of Royal Purple #763C99

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.13%

 BLUE value IS 153 (60.16% from 255) = 46.22%

R = 35.65%
G = 18.13%
B = 46.22%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#763C99 (or 0x763C99) is known color: Royal Purple. HEX triplet: 76, 3C and 99. RGB value is (118,60,153). Sum of RGB (Red+Green+Blue) = 118+60+153=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 153 (60.16% from 255 or 46.22% from 331); Max value from RGB is 153 - color contains mainly: blue. Hex color #763C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763C99 is #89C366. Grayscale: #575757. Windows color (decimal): -9028455 or 10042486. OLE color: 10042486.

HSL color Cylindrical-coordinate representation of color #763C99: hue angle of 277.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #763C99 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 60 153 -
CMYK 0.23 0.61 0 0.4
HSL 277.42º 0.44% 0.42% -
HSV(B) 277.42º 0.61% 0.6% -
XYZ 14.84 9.38 31.17 -
YUV 87.94 164.72 149.44 -
System Red Green Blue C M Y K H S L
Decimal 118 60 153 0.23 0.61 0 0.4 277.42 0.44 0.42
Hex 76 3C 99 17 3D 0 28 115 2C 2A
Octal 166 74 231 27 75 0 50 425 54 52
Binary 1110110 111100 10011001 10111 111101 0 101000 100010101 101100 101010

Color Harmonies of #763C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C99

Black with #763C99

Text Example


Text Example

White with #763C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,60,153); }

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

background-color css

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

 a { background-color: rgb(118,60,153); }

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

border-color css

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

 span { border-color: rgb(118,60,153); }

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