#6A3FAB

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

Shades of Royal Purple #6A3FAB

Tints of Royal Purple #6A3FAB

Color information

#6A3FAB (or 0x6A3FAB) is unknown color: approx Royal Purple. HEX triplet: 6A, 3F and AB. RGB value is (106,63,171). Sum of RGB (Red+Green+Blue) = 106+63+171=340 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.18% from 340); Green value is 63 (25% from 255 or 18.53% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #6A3FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3FAB is #95C054. Grayscale: #575757. Windows color (decimal): -9814101 or 11222890. OLE color: 11222890.

HSL color Cylindrical-coordinate representation of color #6A3FAB: hue angle of 263.89º 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 #6A3FAB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10663171-
CMYK0.380.6300.33
HSL263.89º46.15%45.88%-
HSV(B)263.89º63.16%67.06%-
XYZ15.079.5639.58-
YUV88.17174.75140.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.18%
GREEN value IS 63 (25% from 255) = 18.53%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=31.18%
G=18.53%
B=50.29%

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
Decimal106631710.380.6300.33263.8946.1545.88
Hex6A3FAB263F0211082e2e
Octal1527725346770414105656
Binary1101010111111101010111001101111110100001100001000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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