#6A169E

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

Shades of Royal Purple #6A169E

Tints of Royal Purple #6A169E

Color information

#6A169E (or 0x6A169E) is unknown color: approx Royal Purple. HEX triplet: 6A, 16 and 9E. RGB value is (106,22,158). Sum of RGB (Red+Green+Blue) = 106+22+158=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A169E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A169E is #95E961. Grayscale: #3E3E3E. Windows color (decimal): -9824610 or 10360426. OLE color: 10360426.

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

Color convert

RGB10622158-
CMYK0.330.8600.38
HSL277.06º75.56%35.29%-
HSV(B)277.06º86.08%61.96%-
XYZ12.46.1132.87-
YUV62.62181.83158.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 22 (8.98% from 255) = 7.69%
BLUE value IS 158 (62.11% from 255) = 55.24%
R=37.06%
G=7.69%
B=55.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106221580.330.8600.38277.0675.5635.29
Hex6A169E21560261154c23
Octal152262364112604642511443
Binary11010101011010011110100001101011001001101000101011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A169E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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