#6B017C

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

Shades of Purple #6B017C

Tints of Purple #6B017C

Color information

#6B017C (or 0x6B017C) is unknown color: approx Purple. HEX triplet: 6B, 01 and 7C. RGB value is (107,1,124). Sum of RGB (Red+Green+Blue) = 107+1+124=232 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.12% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 124 (48.83% from 255 or 53.45% from 232); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B017C is #94FE83. Grayscale: #2E2E2E. Windows color (decimal): -9764484 or 8126827. OLE color: 8126827.

HSL color Cylindrical-coordinate representation of color #6B017C: hue angle of 291.71º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B017C is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1071124-
CMYK0.140.9900.51
HSL291.71º98.4%24.51%-
HSV(B)291.71º99.19%48.63%-
XYZ9.714.619.45-
YUV46.72171.62171-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 46.12%
GREEN value IS 1 (0.78% from 255) = 0.43%
BLUE value IS 124 (48.83% from 255) = 53.45%
R=46.12%
G=0.43%
B=53.45%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10711240.140.9900.51291.7198.424.51
Hex6B17CE630331246219
Octal15311741614306344414231
Binary110101111111100111011000110110011100100100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B017C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,1,124); }

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

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

 a { background-color: rgb(107,1,124); }

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

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

 span { border-color: rgb(107,1,124); }

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