#6b076a

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

Shades of Purple #6B076A

Tints of Purple #6B076A

Color information

#6B076A (or 0x6B076A) is unknown color: approx Purple. HEX triplet: 6B, 07 and 6A. RGB value is (107,7,106). Sum of RGB (Red+Green+Blue) = 107+7+106=220 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.64% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 107 - color contains mainly: red. Hex color #6B076A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B076A is #94F895. Grayscale: #2F2F2F. Windows color (decimal): -9762966 or 6948715. OLE color: 6948715.

HSL color Cylindrical-coordinate representation of color #6B076A: hue angle of 300.6º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B076A is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB1077106-
CMYK00.930.010.58
HSL300.6º87.72%22.35%-
HSV(B)300.6º93.46%41.96%-
XYZ8.744.3214.01-
YUV48.19160.63169.95-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 48.64%
GREEN value IS 7 (3.12% from 255) = 3.18%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=48.64%
G=3.18%
B=48.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107710600.930.010.58300.687.7222.35
Hex6B76A05D13A12d5816
Octal1537152013517245513026
Binary11010111111101010010111011111010100101101101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b076a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,106); }

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

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

 a { background-color: rgb(107,7,106); }

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

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

 span { border-color: rgb(107,7,106); }

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