Html Css Color HEX #7F31AB Royal Purple

📋 copy color: '#7F31AB'

red 127 ◦ green 49 ◦ blue 171

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

Shades of Royal Purple #7F31AB

Tints of Royal Purple #7F31AB

RGB

 RED value IS 127 (50% from 255) = 36.6%

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

 BLUE value IS 171 (67.19% from 255) = 49.28%

R = 36.6%
G = 14.12%
B = 49.28%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F31AB (or 0x7F31AB) is known color: Royal Purple. HEX triplet: 7F, 31 and AB. RGB value is (127,49,171). Sum of RGB (Red+Green+Blue) = 127+49+171=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 171 (67.19% from 255 or 49.28% from 347); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F31AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F31AB is #80CE54. Grayscale: #555555. Windows color (decimal): -8441429 or 11219327. OLE color: 11219327.

HSL color Cylindrical-coordinate representation of color #7F31AB: hue angle of 278.36º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F31AB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 49 171 -
CMYK 0.26 0.71 0 0.33
HSL 278.36º 0.55% 0.43% -
HSV(B) 278.36º 0.71% 0.67% -
XYZ 17.2 9.65 39.48 -
YUV 86.23 175.84 157.08 -
System Red Green Blue C M Y K H S L
Decimal 127 49 171 0.26 0.71 0 0.33 278.36 0.55 0.43
Hex 7F 31 AB 1A 47 0 21 116 37 2B
Octal 177 61 253 32 107 0 41 426 67 53
Binary 1111111 110001 10101011 11010 1000111 0 100001 100010110 110111 101011

Color Harmonies of #7F31AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F31AB

Black with #7F31AB

Text Example


Text Example

White with #7F31AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F31AB; }

 p { color: rgb(127,49,171); }

 H1.HeaderClassName
 {
   color: #7F31AB;
 }
 .AnyTagClassName
 {
   color: #7F31AB;
 }
</style>

background-color css

<style>
 a { background-color: #7F31AB; }

 a { background-color: rgb(127,49,171); }

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

border-color css

<style>
 span { border-color: #7F31AB; }

 span { border-color: rgb(127,49,171); }

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