#6F31A7

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

Shades of Royal Purple #6F31A7

Tints of Royal Purple #6F31A7

Color information

#6F31A7 (or 0x6F31A7) is unknown color: approx Royal Purple. HEX triplet: 6F, 31 and A7. RGB value is (111,49,167). Sum of RGB (Red+Green+Blue) = 111+49+167=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 167 (65.62% from 255 or 51.07% from 327); Max value from RGB is 167 - color contains mainly: blue. Hex color #6F31A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F31A7 is #90CE58. Grayscale: #505050. Windows color (decimal): -9490009 or 10957167. OLE color: 10957167.

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

Color convert

RGB11149167-
CMYK0.340.7100.35
HSL271.53º54.63%42.35%-
HSV(B)271.53º70.66%65.49%-
XYZ14.638.3737.4-
YUV80.99176.54149.41-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.94%
GREEN value IS 49 (19.53% from 255) = 14.98%
BLUE value IS 167 (65.62% from 255) = 51.07%
R=33.94%
G=14.98%
B=51.07%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal111491670.340.7100.35271.5354.6342.35
Hex6F31A72247023110372a
Octal15761247421070434206752
Binary11011111100011010011110001010001110100011100010000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F31A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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