#6F31AA

Color #6F31AA Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #6F31AA

Tints of Royal Purple #6F31AA

Color information

#6F31AA (or 0x6F31AA) is unknown color: approx Royal Purple. HEX triplet: 6F, 31 and AA. RGB value is (111,49,170). Sum of RGB (Red+Green+Blue) = 111+49+170=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 49 (19.53% from 255 or 14.85% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F31AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F31AA is #90CE55. Grayscale: #505050. Windows color (decimal): -9490006 or 11153775. OLE color: 11153775.

HSL color Cylindrical-coordinate representation of color #6F31AA: hue angle of 270.74º 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 #6F31AA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11149170-
CMYK0.350.7100.33
HSL270.74º55.25%42.94%-
HSV(B)270.74º71.18%66.67%-
XYZ14.918.4838.88-
YUV81.33178.04149.16-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.64%
GREEN value IS 49 (19.53% from 255) = 14.85%
BLUE value IS 170 (66.80% from 255) = 51.52%
R=33.64%
G=14.85%
B=51.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111491700.350.7100.33270.7455.2542.94
Hex6F31AA234702110f372b
Octal15761252431070414176753
Binary11011111100011010101010001110001110100001100001111110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F31AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F31AA; }

 p { color: rgb(111,49,170); }

 H1.HeaderClassName
 {
   color: #6F31AA;
 }
 .AnyTagClassName
 {
   color: #6F31AA;
 }
</style>
background-color css

<style>
 a { background-color: #6F31AA; }

 a { background-color: rgb(111,49,170); }

 div.DivClassName
 {
   background-color: #6F31AA;
 }
 .BgClassName
 {
   background-color: #6F31AA;
 }
</style>
border-color css

<style>
 span { border-color: #6F31AA; }

 span { border-color: rgb(111,49,170); }

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