#6A159F

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

Shades of Royal Purple #6A159F

Tints of Royal Purple #6A159F

Color information

#6A159F (or 0x6A159F) is unknown color: approx Royal Purple. HEX triplet: 6A, 15 and 9F. RGB value is (106,21,159). Sum of RGB (Red+Green+Blue) = 106+21+159=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 159 (62.5% from 255 or 55.59% from 286); Max value from RGB is 159 - color contains mainly: blue. Hex color #6A159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A159F is #95EA60. Grayscale: #3D3D3D. Windows color (decimal): -9824865 or 10425706. OLE color: 10425706.

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

Color convert

RGB10621159-
CMYK0.330.8700.38
HSL276.96º76.67%35.29%-
HSV(B)276.96º86.79%62.35%-
XYZ12.476.133.32-
YUV62.15182.66159.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 21 (8.59% from 255) = 7.34%
BLUE value IS 159 (62.5% from 255) = 55.59%
R=37.06%
G=7.34%
B=55.59%

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
Decimal106211590.330.8700.38276.9676.6735.29
Hex6A159F21570261154d23
Octal152252374112704642511543
Binary11010101010110011111100001101011101001101000101011001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A159F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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