#6941AD

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

Shades of Royal Purple #6941AD

Tints of Royal Purple #6941AD

Color information

#6941AD (or 0x6941AD) is unknown color: approx Royal Purple. HEX triplet: 69, 41 and AD. RGB value is (105,65,173). Sum of RGB (Red+Green+Blue) = 105+65+173=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #6941AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6941AD is #96BE52. Grayscale: #585858. Windows color (decimal): -9879123 or 11354473. OLE color: 11354473.

HSL color Cylindrical-coordinate representation of color #6941AD: hue angle of 262.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6941AD is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10565173-
CMYK0.390.6200.32
HSL262.22º45.38%46.67%-
HSV(B)262.22º62.43%67.84%-
XYZ15.269.840.62-
YUV89.27175.25139.22-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 173 (67.97% from 255) = 50.44%
R=30.61%
G=18.95%
B=50.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal105651730.390.6200.32262.2245.3846.67
Hex6941AD273E0201062d2f
Octal15110125547760404065557
Binary11010011000001101011011001111111100100000100000110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6941AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6941AD; }

 p { color: rgb(105,65,173); }

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

<style>
 a { background-color: #6941AD; }

 a { background-color: rgb(105,65,173); }

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

<style>
 span { border-color: #6941AD; }

 span { border-color: rgb(105,65,173); }

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