#6A3EAD

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

Shades of Royal Purple #6A3EAD

Tints of Royal Purple #6A3EAD

Color information

#6A3EAD (or 0x6A3EAD) is unknown color: approx Royal Purple. HEX triplet: 6A, 3E and AD. RGB value is (106,62,173). Sum of RGB (Red+Green+Blue) = 106+62+173=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 173 (67.97% from 255 or 50.73% from 341); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A3EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3EAD is #95C152. Grayscale: #575757. Windows color (decimal): -9814355 or 11353706. OLE color: 11353706.

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

Color convert

RGB10662173-
CMYK0.390.6400.32
HSL263.78º47.23%46.08%-
HSV(B)263.78º64.16%67.84%-
XYZ15.219.5340.57-
YUV87.81176.08140.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 62 (24.61% from 255) = 18.18%
BLUE value IS 173 (67.97% from 255) = 50.73%
R=31.09%
G=18.18%
B=50.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106621730.390.6400.32263.7847.2346.08
Hex6A3EAD27400201082f2e
Octal15276255471000404105756
Binary11010101111101010110110011110000000100000100001000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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