#6A179B

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

Shades of Royal Purple #6A179B

Tints of Royal Purple #6A179B

Color information

#6A179B (or 0x6A179B) is unknown color: approx Royal Purple. HEX triplet: 6A, 17 and 9B. RGB value is (106,23,155). Sum of RGB (Red+Green+Blue) = 106+23+155=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #6A179B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A179B is #95E864. Grayscale: #3E3E3E. Windows color (decimal): -9824357 or 10164074. OLE color: 10164074.

HSL color Cylindrical-coordinate representation of color #6A179B: hue angle of 277.73º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A179B is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10623155-
CMYK0.320.8500.39
HSL277.73º74.16%34.9%-
HSV(B)277.73º85.16%60.78%-
XYZ12.176.0431.54-
YUV62.86180158.77-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 23 (9.38% from 255) = 8.10%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=37.32%
G=8.10%
B=54.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal106231550.320.8500.39277.7374.1634.9
Hex6A179B20550271164a23
Octal152272334012504742611243
Binary11010101011110011011100000101010101001111000101101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A179B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,155); }

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

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

 a { background-color: rgb(106,23,155); }

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

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

 span { border-color: rgb(106,23,155); }

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