#6A3FAA

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

Shades of Royal Purple #6A3FAA

Tints of Royal Purple #6A3FAA

Color information

#6A3FAA (or 0x6A3FAA) is unknown color: approx Royal Purple. HEX triplet: 6A, 3F and AA. RGB value is (106,63,170). Sum of RGB (Red+Green+Blue) = 106+63+170=339 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.27% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #6A3FAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3FAA is #95C055. Grayscale: #575757. Windows color (decimal): -9814102 or 11157354. OLE color: 11157354.

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

Color convert

RGB10663170-
CMYK0.380.6300.33
HSL264.11º45.92%45.69%-
HSV(B)264.11º62.94%66.67%-
XYZ14.989.5239.08-
YUV88.06174.25140.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.27%
GREEN value IS 63 (25% from 255) = 18.58%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=31.27%
G=18.58%
B=50.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106631700.380.6300.33264.1145.9245.69
Hex6A3FAA263F0211082e2e
Octal1527725246770414105656
Binary1101010111111101010101001101111110100001100001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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