#6931AA

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

Shades of Royal Purple #6931AA

Tints of Royal Purple #6931AA

Color information

#6931AA (or 0x6931AA) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and AA. RGB value is (105,49,170). Sum of RGB (Red+Green+Blue) = 105+49+170=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #6931AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6931AA is #96CE55. Grayscale: #4F4F4F. Windows color (decimal): -9883222 or 11153769. OLE color: 11153769.

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

Color convert

RGB10549170-
CMYK0.380.7100.33
HSL267.77º55.25%42.94%-
HSV(B)267.77º71.18%66.67%-
XYZ14.188.138.85-
YUV79.54179.05146.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 49 (19.53% from 255) = 15.12%
BLUE value IS 170 (66.80% from 255) = 52.47%
R=32.41%
G=15.12%
B=52.47%

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
Decimal105491700.380.7100.33267.7755.2542.94
Hex6931AA264702110c372b
Octal15161252461070414146753
Binary11010011100011010101010011010001110100001100001100110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6931AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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