#6A0165

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

Shades of Purple #6A0165

Tints of Purple #6A0165

Color information

#6A0165 (or 0x6A0165) is unknown color: approx Purple. HEX triplet: 6A, 01 and 65. RGB value is (106,1,101). Sum of RGB (Red+Green+Blue) = 106+1+101=208 (27% of max value = 765). Red value is 106 (41.80% from 255 or 50.96% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 101 (39.84% from 255 or 48.56% from 208); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0165 is #95FE9A. Grayscale: #2B2B2B. Windows color (decimal): -9830043 or 6619498. OLE color: 6619498.

HSL color Cylindrical-coordinate representation of color #6A0165: hue angle of 302.86º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0165 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB1061101-
CMYK00.990.050.58
HSL302.86º98.13%20.98%-
HSV(B)302.86º99.06%41.57%-
XYZ8.34.0312.65-
YUV43.8160.29172.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 50.96%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 101 (39.84% from 255) = 48.56%
R=50.96%
G=0.48%
B=48.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106110100.990.050.58302.8698.1320.98
Hex6A16506353A12f6215
Octal1521145014357245714225
Binary11010101110010101100011101111010100101111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,1,101); }

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

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

 a { background-color: rgb(106,1,101); }

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

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

 span { border-color: rgb(106,1,101); }

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