#6B1685

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

Shades of Purple #6B1685

Tints of Purple #6B1685

Color information

#6B1685 (or 0x6B1685) is unknown color: approx Purple. HEX triplet: 6B, 16 and 85. RGB value is (107,22,133). Sum of RGB (Red+Green+Blue) = 107+22+133=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #6B1685 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1685 is #94E97A. Grayscale: #3B3B3B. Windows color (decimal): -9759099 or 8722027. OLE color: 8722027.

HSL color Cylindrical-coordinate representation of color #6B1685: hue angle of 285.95º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1685 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10722133-
CMYK0.200.8300.48
HSL285.95º71.61%30.39%-
HSV(B)285.95º83.46%52.16%-
XYZ10.585.3922.67-
YUV60.07169.16161.47-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 133 (52.34% from 255) = 50.76%
R=40.84%
G=8.40%
B=50.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107221330.200.8300.48285.9571.6130.39
Hex6B1685145303011e481e
Octal153262052412306043611036
Binary110101110110100001011010010100110110000100011110100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,22,133); }

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

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

 a { background-color: rgb(107,22,133); }

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

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

 span { border-color: rgb(107,22,133); }

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