#6b0e8b

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

Shades of Purple #6B0E8B

Tints of Purple #6B0E8B

Color information

#6B0E8B (or 0x6B0E8B) is unknown color: approx Purple. HEX triplet: 6B, 0E and 8B. RGB value is (107,14,139). Sum of RGB (Red+Green+Blue) = 107+14+139=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 139 (54.69% from 255 or 53.46% from 260); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B0E8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0E8B is #94F174. Grayscale: #373737. Windows color (decimal): -9761141 or 9113195. OLE color: 9113195.

HSL color Cylindrical-coordinate representation of color #6B0E8B: hue angle of 284.64º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0E8B is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10714139-
CMYK0.230.9000.45
HSL284.64º81.7%30%-
HSV(B)284.64º89.93%54.51%-
XYZ10.885.324.88-
YUV56.06174.81164.34-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.15%
GREEN value IS 14 (5.86% from 255) = 5.38%
BLUE value IS 139 (54.69% from 255) = 53.46%
R=41.15%
G=5.38%
B=53.46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal107141390.230.9000.45284.6481.730
Hex6BE8B175A02D11d521e
Octal153162132713205543512236
Binary11010111110100010111011110110100101101100011101101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0e8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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