#6C31AB

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

Shades of Royal Purple #6C31AB

Tints of Royal Purple #6C31AB

Color information

#6C31AB (or 0x6C31AB) is unknown color: approx Royal Purple. HEX triplet: 6C, 31 and AB. RGB value is (108,49,171). Sum of RGB (Red+Green+Blue) = 108+49+171=328 (43% of max value = 765). Red value is 108 (42.58% from 255 or 32.93% from 328); Green value is 49 (19.53% from 255 or 14.94% from 328); Blue value is 171 (67.19% from 255 or 52.13% from 328); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C31AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C31AB is #93CE54. Grayscale: #505050. Windows color (decimal): -9686613 or 11219308. OLE color: 11219308.

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

Color convert

RGB10849171-
CMYK0.370.7100.33
HSL269.02º55.45%43.14%-
HSV(B)269.02º71.35%67.06%-
XYZ14.638.3339.36-
YUV80.55179.05147.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.93%
GREEN value IS 49 (19.53% from 255) = 14.94%
BLUE value IS 171 (67.19% from 255) = 52.13%
R=32.93%
G=14.94%
B=52.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108491710.370.7100.33269.0255.4543.14
Hex6C31AB254702110d372b
Octal15461253451070414156753
Binary11011001100011010101110010110001110100001100001101110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C31AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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