#6A3996

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

Shades of Royal Purple #6A3996

Tints of Royal Purple #6A3996

Color information

#6A3996 (or 0x6A3996) is unknown color: approx Royal Purple. HEX triplet: 6A, 39 and 96. RGB value is (106,57,150). Sum of RGB (Red+Green+Blue) = 106+57+150=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 150 (58.98% from 255 or 47.92% from 313); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A3996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A3996 is #95C669. Grayscale: #515151. Windows color (decimal): -9815658 or 9845098. OLE color: 9845098.

HSL color Cylindrical-coordinate representation of color #6A3996: hue angle of 271.61º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A3996 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10657150-
CMYK0.290.6200.41
HSL271.61º44.93%40.59%-
HSV(B)271.61º62%58.82%-
XYZ12.918.1929.75-
YUV82.25166.23144.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 57 (22.66% from 255) = 18.21%
BLUE value IS 150 (58.98% from 255) = 47.92%
R=33.87%
G=18.21%
B=47.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal106571500.290.6200.41271.6144.9340.59
Hex6A39961D3E0291102d29
Octal1527122635760514205551
Binary110101011100110010110111011111100101001100010000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,57,150); }

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

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

 a { background-color: rgb(106,57,150); }

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

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

 span { border-color: rgb(106,57,150); }

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