#6A199E

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

Shades of Royal Purple #6A199E

Tints of Royal Purple #6A199E

Color information

#6A199E (or 0x6A199E) is unknown color: approx Royal Purple. HEX triplet: 6A, 19 and 9E. RGB value is (106,25,158). Sum of RGB (Red+Green+Blue) = 106+25+158=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 158 (62.11% from 255 or 54.67% from 289); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A199E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A199E is #95E661. Grayscale: #3F3F3F. Windows color (decimal): -9823842 or 10361194. OLE color: 10361194.

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

Color convert

RGB10625158-
CMYK0.330.8400.38
HSL276.54º72.68%35.88%-
HSV(B)276.54º84.18%61.96%-
XYZ12.466.2332.89-
YUV64.38180.84157.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 25 (10.16% from 255) = 8.65%
BLUE value IS 158 (62.11% from 255) = 54.67%
R=36.68%
G=8.65%
B=54.67%

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
Decimal106251580.330.8400.38276.5472.6835.88
Hex6A199E21540261154924
Octal152312364112404642511144
Binary11010101100110011110100001101010001001101000101011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A199E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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