#6B0E86

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

Shades of Purple #6B0E86

Tints of Purple #6B0E86

Color information

#6B0E86 (or 0x6B0E86) is unknown color: approx Purple. HEX triplet: 6B, 0E and 86. RGB value is (107,14,134). Sum of RGB (Red+Green+Blue) = 107+14+134=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B0E86 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0E86 is #94F179. Grayscale: #373737. Windows color (decimal): -9761146 or 8785515. OLE color: 8785515.

HSL color Cylindrical-coordinate representation of color #6B0E86: hue angle of 286.5º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0E86 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10714134-
CMYK0.200.9000.47
HSL286.5º81.08%29.02%-
HSV(B)286.5º89.55%52.55%-
XYZ10.525.1623-
YUV55.49172.31164.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.96%
GREEN value IS 14 (5.86% from 255) = 5.49%
BLUE value IS 134 (52.73% from 255) = 52.55%
R=41.96%
G=5.49%
B=52.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107141340.200.9000.47286.581.0829.02
Hex6BE86145A02F11e511d
Octal153162062413205743612135
Binary11010111110100001101010010110100101111100011110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,14,134); }

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

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

 a { background-color: rgb(107,14,134); }

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

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

 span { border-color: rgb(107,14,134); }

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