#6B0689

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

Shades of Purple #6B0689

Tints of Purple #6B0689

Color information

#6B0689 (or 0x6B0689) is unknown color: approx Purple. HEX triplet: 6B, 06 and 89. RGB value is (107,6,137). Sum of RGB (Red+Green+Blue) = 107+6+137=250 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B0689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0689 is #94F976. Grayscale: #323232. Windows color (decimal): -9763191 or 8980075. OLE color: 8980075.

HSL color Cylindrical-coordinate representation of color #6B0689: hue angle of 286.26º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0689 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1076137-
CMYK0.220.9600.46
HSL286.26º91.61%28.04%-
HSV(B)286.26º95.62%53.73%-
XYZ10.645.0624.08-
YUV51.13176.46167.85-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.8%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 137 (53.91% from 255) = 54.8%
R=42.8%
G=2.4%
B=54.8%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal10761370.220.9600.46286.2691.6128.04
Hex6B689166002E11e5c1c
Octal15362112614005643613434
Binary1101011110100010011011011000000101110100011110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,6,137); }

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

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

 a { background-color: rgb(107,6,137); }

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

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

 span { border-color: rgb(107,6,137); }

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