#6B067E

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

Shades of Purple #6B067E

Tints of Purple #6B067E

Color information

#6B067E (or 0x6B067E) is unknown color: approx Purple. HEX triplet: 6B, 06 and 7E. RGB value is (107,6,126). Sum of RGB (Red+Green+Blue) = 107+6+126=239 (31% of max value = 765). Red value is 107 (42.19% from 255 or 44.77% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 126 (49.61% from 255 or 52.72% from 239); Max value from RGB is 126 - color contains mainly: blue. Hex color #6B067E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B067E is #94F981. Grayscale: #313131. Windows color (decimal): -9763202 or 8259179. OLE color: 8259179.

HSL color Cylindrical-coordinate representation of color #6B067E: hue angle of 290.5º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B067E is Cyan = 0.15, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1076126-
CMYK0.150.9500.51
HSL290.5º90.91%25.88%-
HSV(B)290.5º95.24%49.41%-
XYZ9.894.7620.14-
YUV49.88170.96168.74-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 44.77%
GREEN value IS 6 (2.73% from 255) = 2.51%
BLUE value IS 126 (49.61% from 255) = 52.72%
R=44.77%
G=2.51%
B=52.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal10761260.150.9500.51290.590.9125.88
Hex6B67EF5F0331225b1a
Octal15361761713706344213332
Binary11010111101111110111110111110110011100100010101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B067E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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