#6A41A8

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

Shades of Royal Purple #6A41A8

Tints of Royal Purple #6A41A8

Color information

#6A41A8 (or 0x6A41A8) is unknown color: approx Royal Purple. HEX triplet: 6A, 41 and A8. RGB value is (106,65,168). Sum of RGB (Red+Green+Blue) = 106+65+168=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 168 (66.02% from 255 or 49.56% from 339); Max value from RGB is 168 - color contains mainly: blue. Hex color #6A41A8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A41A8 is #95BE57. Grayscale: #585858. Windows color (decimal): -9813592 or 11026794. OLE color: 11026794.

HSL color Cylindrical-coordinate representation of color #6A41A8: hue angle of 263.88º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A41A8 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10665168-
CMYK0.370.6100.34
HSL263.88º44.21%45.69%-
HSV(B)263.88º61.31%65.88%-
XYZ14.99.6738.13-
YUV89172.58140.12-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 168 (66.02% from 255) = 49.56%
R=31.27%
G=19.17%
B=49.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal106651680.370.6100.34263.8844.2145.69
Hex6A41A8253D0221082c2e
Octal15210125045750424105456
Binary11010101000001101010001001011111010100010100001000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A41A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,65,168); }

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

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

 a { background-color: rgb(106,65,168); }

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

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

 span { border-color: rgb(106,65,168); }

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