#6C018B

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

Shades of Purple #6C018B

Tints of Purple #6C018B

Color information

#6C018B (or 0x6C018B) is unknown color: approx Purple. HEX triplet: 6C, 01 and 8B. RGB value is (108,1,139). Sum of RGB (Red+Green+Blue) = 108+1+139=248 (32% of max value = 765). Red value is 108 (42.58% from 255 or 43.55% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C018B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C018B is #93FE74. Grayscale: #303030. Windows color (decimal): -9698933 or 9109868. OLE color: 9109868.

HSL color Cylindrical-coordinate representation of color #6C018B: hue angle of 286.52º 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 #6C018B is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1081139-
CMYK0.220.9900.45
HSL286.52º98.57%27.45%-
HSV(B)286.52º99.28%54.51%-
XYZ10.865.0724.83-
YUV48.73178.95170.28-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 43.55%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=43.55%
G=0.40%
B=56.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10811390.220.9900.45286.5298.5727.45
Hex6C18B166302D11f631b
Octal15412132614305543714333
Binary11011001100010111011011000110101101100011111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C018B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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