#6F31A4

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

Shades of Royal Purple #6F31A4

Tints of Royal Purple #6F31A4

Color information

#6F31A4 (or 0x6F31A4) is unknown color: approx Royal Purple. HEX triplet: 6F, 31 and A4. RGB value is (111,49,164). Sum of RGB (Red+Green+Blue) = 111+49+164=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 164 (64.45% from 255 or 50.62% from 324); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F31A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F31A4 is #90CE5B. Grayscale: #505050. Windows color (decimal): -9490012 or 10760559. OLE color: 10760559.

HSL color Cylindrical-coordinate representation of color #6F31A4: hue angle of 272.35º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F31A4 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11149164-
CMYK0.320.7000.36
HSL272.35º53.99%41.76%-
HSV(B)272.35º70.12%64.31%-
XYZ14.358.2635.96-
YUV80.65175.04149.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 164 (64.45% from 255) = 50.62%
R=34.26%
G=15.12%
B=50.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal111491640.320.7000.36272.3553.9941.76
Hex6F31A42046024110362a
Octal15761244401060444206652
Binary11011111100011010010010000010001100100100100010000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F31A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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