#6A1A9E

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

Shades of Royal Purple #6A1A9E

Tints of Royal Purple #6A1A9E

Color information

#6A1A9E (or 0x6A1A9E) is unknown color: approx Royal Purple. HEX triplet: 6A, 1A and 9E. RGB value is (106,26,158). Sum of RGB (Red+Green+Blue) = 106+26+158=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 26 (10.55% from 255 or 8.97% from 290); Blue value is 158 (62.11% from 255 or 54.48% from 290); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A1A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A1A9E is #95E561. Grayscale: #404040. Windows color (decimal): -9823586 or 10361450. OLE color: 10361450.

HSL color Cylindrical-coordinate representation of color #6A1A9E: hue angle of 276.36º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6A1A9E is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10626158-
CMYK0.330.8400.38
HSL276.36º71.74%36.08%-
HSV(B)276.36º83.54%61.96%-
XYZ12.486.2732.9-
YUV64.97180.5157.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 26 (10.55% from 255) = 8.97%
BLUE value IS 158 (62.11% from 255) = 54.48%
R=36.55%
G=8.97%
B=54.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106261580.330.8400.38276.3671.7436.08
Hex6A1A9E21540261144824
Octal152322364112404642411044
Binary11010101101010011110100001101010001001101000101001001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,26,158); }

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

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

 a { background-color: rgb(106,26,158); }

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

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

 span { border-color: rgb(106,26,158); }

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