Html Css Color HEX #7731B1 Royal Purple

📋 copy color: '#7731B1'

red 119 ◦ green 49 ◦ blue 177

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

Shades of Royal Purple #7731B1

Tints of Royal Purple #7731B1

RGB

 RED value IS 119 (46.88% from 255) = 34.49%

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

 BLUE value IS 177 (69.53% from 255) = 51.3%

R = 34.49%
G = 14.2%
B = 51.3%

CMYK

 C value IS 0.33

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7731B1 (or 0x7731B1) is known color: Royal Purple. HEX triplet: 77, 31 and B1. RGB value is (119,49,177). Sum of RGB (Red+Green+Blue) = 119+49+177=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 177 (69.53% from 255 or 51.30% from 345); Max value from RGB is 177 - color contains mainly: blue. Hex color #7731B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7731B1 is #88CE4E. Grayscale: #545454. Windows color (decimal): -8965711 or 11612535. OLE color: 11612535.

HSL color Cylindrical-coordinate representation of color #7731B1: hue angle of 272.81º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7731B1 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 49 177 -
CMYK 0.33 0.72 0 0.31
HSL 272.81º 0.57% 0.44% -
HSV(B) 272.81º 0.72% 0.69% -
XYZ 16.64 9.29 42.51 -
YUV 84.52 180.19 152.59 -
System Red Green Blue C M Y K H S L
Decimal 119 49 177 0.33 0.72 0 0.31 272.81 0.57 0.44
Hex 77 31 B1 21 48 0 1F 111 39 2C
Octal 167 61 261 41 110 0 37 421 71 54
Binary 1110111 110001 10110001 100001 1001000 0 11111 100010001 111001 101100

Color Harmonies of #7731B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7731B1

Black with #7731B1

Text Example


Text Example

White with #7731B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7731B1; }

 p { color: rgb(119,49,177); }

 H1.HeaderClassName
 {
   color: #7731B1;
 }
 .AnyTagClassName
 {
   color: #7731B1;
 }
</style>

background-color css

<style>
 a { background-color: #7731B1; }

 a { background-color: rgb(119,49,177); }

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

border-color css

<style>
 span { border-color: #7731B1; }

 span { border-color: rgb(119,49,177); }

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