#6B006A

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

Shades of Purple #6B006A

Tints of Purple #6B006A

Color information

#6B006A (or 0x6B006A) is unknown color: approx Purple. HEX triplet: 6B, 00 and 6A. RGB value is (107,0,106). Sum of RGB (Red+Green+Blue) = 107+0+106=213 (28% of max value = 765). Red value is 107 (42.19% from 255 or 50.23% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 106 (41.80% from 255 or 49.77% from 213); Max value from RGB is 107 - color contains mainly: red. Hex color #6B006A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B006A is #94FF95. Grayscale: #2B2B2B. Windows color (decimal): -9764758 or 6946923. OLE color: 6946923.

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

Color convert

RGB1070106-
CMYK010.010.58
HSL300.56º100%20.98%-
HSV(B)300.56º100%41.96%-
XYZ8.664.1713.98-
YUV44.08162.95172.88-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 50.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 106 (41.80% from 255) = 49.77%
R=50.23%
G=0%
B=49.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1070106010.010.58300.5610020.98
Hex6B06A06413A12d6415
Octal1530152014417245514425
Binary110101101101010011001001111010100101101110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B006A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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