#6A149F

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

Shades of Royal Purple #6A149F

Tints of Royal Purple #6A149F

Color information

#6A149F (or 0x6A149F) is unknown color: approx Royal Purple. HEX triplet: 6A, 14 and 9F. RGB value is (106,20,159). Sum of RGB (Red+Green+Blue) = 106+20+159=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 159 (62.5% from 255 or 55.79% from 285); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A149F is #95EB60. Grayscale: #3D3D3D. Windows color (decimal): -9825121 or 10425450. OLE color: 10425450.

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

Color convert

RGB10620159-
CMYK0.330.8700.38
HSL277.12º77.65%35.1%-
HSV(B)277.12º87.42%62.35%-
XYZ12.456.0733.32-
YUV61.56182.99159.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 20 (8.20% from 255) = 7.02%
BLUE value IS 159 (62.5% from 255) = 55.79%
R=37.19%
G=7.02%
B=55.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106201590.330.8700.38277.1277.6535.1
Hex6A149F21570261154e23
Octal152242374112704642511643
Binary11010101010010011111100001101011101001101000101011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,159); }

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

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

 a { background-color: rgb(106,20,159); }

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

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

 span { border-color: rgb(106,20,159); }

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