Html Css Color HEX #7631AD Royal Purple

📋 copy color: '#7631AD'

red 118 ◦ green 49 ◦ blue 173

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

Shades of Royal Purple #7631AD

Tints of Royal Purple #7631AD

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.41%

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

R = 34.71%
G = 14.41%
B = 50.88%

CMYK

 C value IS 0.32

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7631AD (or 0x7631AD) is known color: Royal Purple. HEX triplet: 76, 31 and AD. RGB value is (118,49,173). Sum of RGB (Red+Green+Blue) = 118+49+173=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 173 (67.97% from 255 or 50.88% from 340); Max value from RGB is 173 - color contains mainly: blue. Hex color #7631AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7631AD is #89CE52. Grayscale: #535353. Windows color (decimal): -9031251 or 11350390. OLE color: 11350390.

HSL color Cylindrical-coordinate representation of color #7631AD: hue angle of 273.39º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7631AD is Cyan = 0.32, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 118 49 173 -
CMYK 0.32 0.72 0 0.32
HSL 273.39º 0.56% 0.44% -
HSV(B) 273.39º 0.72% 0.68% -
XYZ 16.11 9.07 40.44 -
YUV 83.77 178.36 152.42 -
System Red Green Blue C M Y K H S L
Decimal 118 49 173 0.32 0.72 0 0.32 273.39 0.56 0.44
Hex 76 31 AD 20 48 0 20 111 38 2C
Octal 166 61 255 40 110 0 40 421 70 54
Binary 1110110 110001 10101101 100000 1001000 0 100000 100010001 111000 101100

Color Harmonies of #7631AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7631AD

Black with #7631AD

Text Example


Text Example

White with #7631AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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