#6B1682

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

Shades of Purple #6B1682

Tints of Purple #6B1682

Color information

#6B1682 (or 0x6B1682) is unknown color: approx Purple. HEX triplet: 6B, 16 and 82. RGB value is (107,22,130). Sum of RGB (Red+Green+Blue) = 107+22+130=259 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.31% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 130 (51.17% from 255 or 50.19% from 259); Max value from RGB is 130 - color contains mainly: blue. Hex color #6B1682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1682 is #94E97D. Grayscale: #3B3B3B. Windows color (decimal): -9759102 or 8525419. OLE color: 8525419.

HSL color Cylindrical-coordinate representation of color #6B1682: hue angle of 287.22º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1682 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10722130-
CMYK0.180.8300.49
HSL287.22º71.05%29.8%-
HSV(B)287.22º83.08%50.98%-
XYZ10.385.3121.6-
YUV59.73167.66161.72-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.31%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 130 (51.17% from 255) = 50.19%
R=41.31%
G=8.49%
B=50.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal107221300.180.8300.49287.2271.0529.8
Hex6B1682125303111f471e
Octal153262022212306143710736
Binary110101110110100000101001010100110110001100011111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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