#6c1687

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

Shades of Purple #6C1687

Tints of Purple #6C1687

Color information

#6C1687 (or 0x6C1687) is unknown color: approx Purple. HEX triplet: 6C, 16 and 87. RGB value is (108,22,135). Sum of RGB (Red+Green+Blue) = 108+22+135=265 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.75% from 265); Green value is 22 (8.98% from 255 or 8.30% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C1687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6C1687 is #93E978. Grayscale: #3C3C3C. Windows color (decimal): -9693561 or 8853100. OLE color: 8853100.

HSL color Cylindrical-coordinate representation of color #6C1687: hue angle of 285.66º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C1687 is Cyan = 0.2, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10822135-
CMYK0.20.8400.47
HSL285.66º71.97%30.78%-
HSV(B)285.66º83.7%52.94%-
XYZ10.845.5123.41-
YUV60.6169.99161.81-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 40.75%
GREEN value IS 22 (8.98% from 255) = 8.30%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=40.75%
G=8.30%
B=50.94%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108221350.20.8400.47285.6671.9730.78
Hex6C1687145402F11e481f
Octal154262072412405743611037
Binary110110010110100001111010010101000101111100011110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c1687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,22,135); }

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

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

 a { background-color: rgb(108,22,135); }

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

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

 span { border-color: rgb(108,22,135); }

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