#6A018B

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

Shades of Purple #6A018B

Tints of Purple #6A018B

Color information

#6A018B (or 0x6A018B) is unknown color: approx Purple. HEX triplet: 6A, 01 and 8B. RGB value is (106,1,139). Sum of RGB (Red+Green+Blue) = 106+1+139=246 (32% of max value = 765). Red value is 106 (41.80% from 255 or 43.09% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #6A018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A018B is #95FE74. Grayscale: #2F2F2F. Windows color (decimal): -9830005 or 9109866. OLE color: 9109866.

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

Color convert

RGB1061139-
CMYK0.240.9900.45
HSL285.65º98.57%27.45%-
HSV(B)285.65º99.28%54.51%-
XYZ10.614.9524.82-
YUV48.13179.29169.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 43.09%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=43.09%
G=0.41%
B=56.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10611390.240.9900.45285.6598.5727.45
Hex6A18B186302D11e631b
Octal15212133014305543614333
Binary11010101100010111100011000110101101100011110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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