Html Css Color HEX #7631A7 Royal Purple

📋 copy color: '#7631A7'

red 118 ◦ green 49 ◦ blue 167

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

Shades of Royal Purple #7631A7

Tints of Royal Purple #7631A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 50%

R = 35.33%
G = 14.67%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7631A7 (or 0x7631A7) is known color: Royal Purple. HEX triplet: 76, 31 and A7. RGB value is (118,49,167). Sum of RGB (Red+Green+Blue) = 118+49+167=334 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.33% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #7631A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7631A7 is #89CE58. Grayscale: #525252. Windows color (decimal): -9031257 or 10957174. OLE color: 10957174.

HSL color Cylindrical-coordinate representation of color #7631A7: hue angle of 275.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7631A7 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 49 167 -
CMYK 0.29 0.71 0 0.35
HSL 275.08º 0.55% 0.42% -
HSV(B) 275.08º 0.71% 0.65% -
XYZ 15.54 8.84 37.45 -
YUV 83.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 118 49 167 0.29 0.71 0 0.35 275.08 0.55 0.42
Hex 76 31 A7 1D 47 0 23 113 37 2A
Octal 166 61 247 35 107 0 43 423 67 52
Binary 1110110 110001 10100111 11101 1000111 0 100011 100010011 110111 101010

Color Harmonies of #7631A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7631A7

Black with #7631A7

Text Example


Text Example

White with #7631A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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