#6A3EAB

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

Shades of Royal Purple #6A3EAB

Tints of Royal Purple #6A3EAB

Color information

#6A3EAB (or 0x6A3EAB) is unknown color: approx Royal Purple. HEX triplet: 6A, 3E and AB. RGB value is (106,62,171). Sum of RGB (Red+Green+Blue) = 106+62+171=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 171 (67.19% from 255 or 50.44% from 339); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A3EAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3EAB is #95C154. Grayscale: #575757. Windows color (decimal): -9814357 or 11222634. OLE color: 11222634.

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

Color convert

RGB10662171-
CMYK0.380.6400.33
HSL264.22º46.78%45.69%-
HSV(B)264.22º63.74%67.06%-
XYZ15.029.4539.56-
YUV87.58175.08141.14-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 62 (24.61% from 255) = 18.29%
BLUE value IS 171 (67.19% from 255) = 50.44%
R=31.27%
G=18.29%
B=50.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106621710.380.6400.33264.2246.7845.69
Hex6A3EAB26400211082f2e
Octal15276253461000414105756
Binary11010101111101010101110011010000000100001100001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,62,171); }

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

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

 a { background-color: rgb(106,62,171); }

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

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

 span { border-color: rgb(106,62,171); }

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