#6B0766

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

Shades of Palatinate Purple #6B0766

Tints of Palatinate Purple #6B0766

Color information

#6B0766 (or 0x6B0766) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 07 and 66. RGB value is (107,7,102). Sum of RGB (Red+Green+Blue) = 107+7+102=216 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.54% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B0766 is #94F899. Grayscale: #2F2F2F. Windows color (decimal): -9762970 or 6686571. OLE color: 6686571.

HSL color Cylindrical-coordinate representation of color #6B0766: hue angle of 303º 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 #6B0766 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB1077102-
CMYK00.930.050.58
HSL303º87.72%22.35%-
HSV(B)303º93.46%41.96%-
XYZ8.544.2412.94-
YUV47.73158.63170.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 49.54%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 102 (40.23% from 255) = 47.22%
R=49.54%
G=3.24%
B=47.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107710200.930.050.5830387.7222.35
Hex6B76605D53A12f5816
Octal1537146013557245713026
Binary1101011111110011001011101101111010100101111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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