#6B3963

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

Shades of Palatinate Purple #6B3963

Tints of Palatinate Purple #6B3963

Color information

#6B3963 (or 0x6B3963) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 39 and 63. RGB value is (107,57,99). Sum of RGB (Red+Green+Blue) = 107+57+99=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 99 (39.06% from 255 or 37.64% from 263); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3963 is #94C69C. Grayscale: #4C4C4C. Windows color (decimal): -9750173 or 6502763. OLE color: 6502763.

HSL color Cylindrical-coordinate representation of color #6B3963: hue angle of 309.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B3963 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1075799-
CMYK00.470.070.58
HSL309.6º30.49%32.16%-
HSV(B)309.6º46.73%41.96%-
XYZ9.786.9512.63-
YUV76.74140.56149.58-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 99 (39.06% from 255) = 37.64%
R=40.68%
G=21.67%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107579900.470.070.58309.630.4932.16
Hex6B396302F73A1361e20
Octal153711430577724663640
Binary11010111110011100011010111111111101010011011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,57,99); }

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

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

 a { background-color: rgb(107,57,99); }

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

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

 span { border-color: rgb(107,57,99); }

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