#6931ab

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

Shades of Royal Purple #6931AB

Tints of Royal Purple #6931AB

Color information

#6931AB (or 0x6931AB) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and AB. RGB value is (105,49,171). Sum of RGB (Red+Green+Blue) = 105+49+171=325 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.31% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 171 (67.19% from 255 or 52.62% from 325); Max value from RGB is 171 - color contains mainly: blue. Hex color #6931AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931AB is #96CE54. Grayscale: #4F4F4F. Windows color (decimal): -9883221 or 11219305. OLE color: 11219305.

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

Color convert

RGB10549171-
CMYK0.390.7100.33
HSL267.54º55.45%43.14%-
HSV(B)267.54º71.35%67.06%-
XYZ14.278.1439.35-
YUV79.65179.55146.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.31%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 171 (67.19% from 255) = 52.62%
R=32.31%
G=15.08%
B=52.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105491710.390.7100.33267.5455.4543.14
Hex6931AB274702110c372b
Octal15161253471070414146753
Binary11010011100011010101110011110001110100001100001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6931ab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6931ab; }

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

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

<style>
 a { background-color: #6931ab; }

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

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

<style>
 span { border-color: #6931ab; }

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

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