#6A31AB

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

Shades of Royal Purple #6A31AB

Tints of Royal Purple #6A31AB

Color information

#6A31AB (or 0x6A31AB) is unknown color: approx Royal Purple. HEX triplet: 6A, 31 and AB. RGB value is (106,49,171). Sum of RGB (Red+Green+Blue) = 106+49+171=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 171 (67.19% from 255 or 52.45% from 326); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A31AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A31AB is #95CE54. Grayscale: #4F4F4F. Windows color (decimal): -9817685 or 11219306. OLE color: 11219306.

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

Color convert

RGB10649171-
CMYK0.380.7100.33
HSL268.03º55.45%43.14%-
HSV(B)268.03º71.35%67.06%-
XYZ14.398.239.35-
YUV79.95179.38146.58-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.52%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 171 (67.19% from 255) = 52.45%
R=32.52%
G=15.03%
B=52.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106491710.380.7100.33268.0355.4543.14
Hex6A31AB264702110c372b
Octal15261253461070414146753
Binary11010101100011010101110011010001110100001100001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A31AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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