#6B1787

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

Shades of Purple #6B1787

Tints of Purple #6B1787

Color information

#6B1787 (or 0x6B1787) is unknown color: approx Purple. HEX triplet: 6B, 17 and 87. RGB value is (107,23,135). Sum of RGB (Red+Green+Blue) = 107+23+135=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 23 (9.38% from 255 or 8.68% 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 #6B1787 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B1787 is #94E878. Grayscale: #3C3C3C. Windows color (decimal): -9758841 or 8853355. OLE color: 8853355.

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

Color convert

RGB10723135-
CMYK0.210.8300.47
HSL285º70.89%30.98%-
HSV(B)285º82.96%52.94%-
XYZ10.745.4923.41-
YUV60.88169.83160.89-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 23 (9.38% from 255) = 8.68%
BLUE value IS 135 (53.12% from 255) = 50.94%
R=40.38%
G=8.68%
B=50.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107231350.210.8300.4728570.8930.98
Hex6B1787155302F11d471f
Octal153272072512305743510737
Binary110101110111100001111010110100110101111100011101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,23,135); }

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

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

 a { background-color: rgb(107,23,135); }

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

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

 span { border-color: rgb(107,23,135); }

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