#6B0086

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

Shades of Purple #6B0086

Tints of Purple #6B0086

Color information

#6B0086 (or 0x6B0086) is unknown color: approx Purple. HEX triplet: 6B, 00 and 86. RGB value is (107,0,134). Sum of RGB (Red+Green+Blue) = 107+0+134=241 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.40% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 134 (52.73% from 255 or 55.60% from 241); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B0086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0086 is #94FF79. Grayscale: #2E2E2E. Windows color (decimal): -9764730 or 8781931. OLE color: 8781931.

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

Color convert

RGB1070134-
CMYK0.20100.47
HSL287.91º100%26.27%-
HSV(B)287.91º100%52.55%-
XYZ10.374.8522.94-
YUV47.27176.95170.6-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 134 (52.73% from 255) = 55.60%
R=44.40%
G=0%
B=55.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal10701340.20100.47287.9110026.27
Hex6B086146402F120641a
Octal15302062414405744014432
Binary11010110100001101010011001000101111100100000110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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