#6A158B

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

Shades of Purple #6A158B

Tints of Purple #6A158B

Color information

#6A158B (or 0x6A158B) is unknown color: approx Purple. HEX triplet: 6A, 15 and 8B. RGB value is (106,21,139). Sum of RGB (Red+Green+Blue) = 106+21+139=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A158B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A158B is #95EA74. Grayscale: #3B3B3B. Windows color (decimal): -9824885 or 9114986. OLE color: 9114986.

HSL color Cylindrical-coordinate representation of color #6A158B: hue angle of 283.22º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A158B is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10621139-
CMYK0.240.8500.45
HSL283.22º73.75%31.37%-
HSV(B)283.22º84.89%54.51%-
XYZ10.875.4624.91-
YUV59.87172.66160.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 21 (8.59% from 255) = 7.89%
BLUE value IS 139 (54.69% from 255) = 52.26%
R=39.85%
G=7.89%
B=52.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106211390.240.8500.45283.2273.7531.37
Hex6A158B185502D11b4a1f
Octal152252133012505543311237
Binary110101010101100010111100010101010101101100011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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