Html Css Color HEX #7831AF Royal Purple

📋 copy color: '#7831AF'

red 120 ◦ green 49 ◦ blue 175

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

Shades of Royal Purple #7831AF

Tints of Royal Purple #7831AF

RGB

 RED value IS 120 (47.27% from 255) = 34.88%

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

 BLUE value IS 175 (68.75% from 255) = 50.87%

R = 34.88%
G = 14.24%
B = 50.87%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7831AF (or 0x7831AF) is known color: Royal Purple. HEX triplet: 78, 31 and AF. RGB value is (120,49,175). Sum of RGB (Red+Green+Blue) = 120+49+175=344 (45% of max value = 765). Red value is 120 (47.27% from 255 or 34.88% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #7831AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7831AF is #87CE50. Grayscale: #545454. Windows color (decimal): -8900177 or 11481464. OLE color: 11481464.

HSL color Cylindrical-coordinate representation of color #7831AF: hue angle of 273.81º degrees, saturation: 0.56, 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 #7831AF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 49 175 -
CMYK 0.31 0.72 0 0.31
HSL 273.81º 0.56% 0.44% -
HSV(B) 273.81º 0.72% 0.69% -
XYZ 16.58 9.28 41.48 -
YUV 84.59 179.02 153.25 -
System Red Green Blue C M Y K H S L
Decimal 120 49 175 0.31 0.72 0 0.31 273.81 0.56 0.44
Hex 78 31 AF 1F 48 0 1F 112 38 2C
Octal 170 61 257 37 110 0 37 422 70 54
Binary 1111000 110001 10101111 11111 1001000 0 11111 100010010 111000 101100

Color Harmonies of #7831AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7831AF

Black with #7831AF

Text Example


Text Example

White with #7831AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7831AF; }

 p { color: rgb(120,49,175); }

 H1.HeaderClassName
 {
   color: #7831AF;
 }
 .AnyTagClassName
 {
   color: #7831AF;
 }
</style>

background-color css

<style>
 a { background-color: #7831AF; }

 a { background-color: rgb(120,49,175); }

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

border-color css

<style>
 span { border-color: #7831AF; }

 span { border-color: rgb(120,49,175); }

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