#6947AA

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

Shades of Royal Purple #6947AA

Tints of Royal Purple #6947AA

Color information

#6947AA (or 0x6947AA) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and AA. RGB value is (105,71,170). Sum of RGB (Red+Green+Blue) = 105+71+170=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 170 (66.80% from 255 or 49.13% from 346); Max value from RGB is 170 - color contains mainly: blue. Hex color #6947AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6947AA is #96B855. Grayscale: #5C5C5C. Windows color (decimal): -9877590 or 11159401. OLE color: 11159401.

HSL color Cylindrical-coordinate representation of color #6947AA: hue angle of 260.61º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6947AA is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10571170-
CMYK0.380.5800.33
HSL260.61º41.08%47.25%-
HSV(B)260.61º58.24%66.67%-
XYZ15.3310.4139.23-
YUV92.45171.76136.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 170 (66.80% from 255) = 49.13%
R=30.35%
G=20.52%
B=49.13%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105711700.380.5800.33260.6141.0847.25
Hex6947AA263A021105292f
Octal15110725246720414055157
Binary11010011000111101010101001101110100100001100000101101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6947AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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