#6A3FAD

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

Shades of Royal Purple #6A3FAD

Tints of Royal Purple #6A3FAD

Color information

#6A3FAD (or 0x6A3FAD) is unknown color: approx Royal Purple. HEX triplet: 6A, 3F and AD. RGB value is (106,63,173). Sum of RGB (Red+Green+Blue) = 106+63+173=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 173 (67.97% from 255 or 50.58% from 342); Max value from RGB is 173 - color contains mainly: blue. Hex color #6A3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3FAD is #95C052. Grayscale: #585858. Windows color (decimal): -9814099 or 11353962. OLE color: 11353962.

HSL color Cylindrical-coordinate representation of color #6A3FAD: hue angle of 263.45º 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 #6A3FAD is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10663173-
CMYK0.390.6400.32
HSL263.45º46.61%46.27%-
HSV(B)263.45º63.58%67.84%-
XYZ15.269.6440.59-
YUV88.4175.75140.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 173 (67.97% from 255) = 50.58%
R=30.99%
G=18.42%
B=50.58%

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
Decimal106631730.390.6400.32263.4546.6146.27
Hex6A3FAD27400201072f2e
Octal15277255471000404075756
Binary11010101111111010110110011110000000100000100000111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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