#6c31a1

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

Shades of Royal Purple #6C31A1

Tints of Royal Purple #6C31A1

Color information

#6C31A1 (or 0x6C31A1) is unknown color: approx Royal Purple. HEX triplet: 6C, 31 and A1. RGB value is (108,49,161). Sum of RGB (Red+Green+Blue) = 108+49+161=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 49 (19.53% from 255 or 15.41% from 318); Blue value is 161 (63.28% from 255 or 50.63% from 318); Max value from RGB is 161 - color contains mainly: blue. Hex color #6C31A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C31A1 is #93CE5E. Grayscale: #4F4F4F. Windows color (decimal): -9686623 or 10563948. OLE color: 10563948.

HSL color Cylindrical-coordinate representation of color #6C31A1: hue angle of 271.61º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C31A1 is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10849161-
CMYK0.330.7000.37
HSL271.61º53.33%41.18%-
HSV(B)271.61º69.57%63.14%-
XYZ13.727.9634.53-
YUV79.41174.05148.39-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.96%
GREEN value IS 49 (19.53% from 255) = 15.41%
BLUE value IS 161 (63.28% from 255) = 50.63%
R=33.96%
G=15.41%
B=50.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal108491610.330.7000.37271.6153.3341.18
Hex6C31A121460251103529
Octal15461241411060454206551
Binary11011001100011010000110000110001100100101100010000110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c31a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,49,161); }

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

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

 a { background-color: rgb(108,49,161); }

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

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

 span { border-color: rgb(108,49,161); }

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