#6B3965

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

Shades of Palatinate Purple #6B3965

Tints of Palatinate Purple #6B3965

Color information

#6B3965 (or 0x6B3965) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 39 and 65. RGB value is (107,57,101). Sum of RGB (Red+Green+Blue) = 107+57+101=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 57 (22.66% from 255 or 21.51% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3965 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3965 is #94C69A. Grayscale: #4C4C4C. Windows color (decimal): -9750171 or 6633835. OLE color: 6633835.

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

Color convert

RGB10757101-
CMYK00.470.060.58
HSL307.2º30.49%32.16%-
HSV(B)307.2º46.73%41.96%-
XYZ9.886.9913.14-
YUV76.97141.56149.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 57 (22.66% from 255) = 21.51%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=40.38%
G=21.51%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075710100.470.060.58307.230.4932.16
Hex6B396502F63A1331e20
Octal153711450576724633640
Binary11010111110011100101010111111011101010011001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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