#6B3E65

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

Shades of Palatinate Purple #6B3E65

Tints of Palatinate Purple #6B3E65

Color information

#6B3E65 (or 0x6B3E65) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 3E and 65. RGB value is (107,62,101). Sum of RGB (Red+Green+Blue) = 107+62+101=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3E65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3E65 is #94C19A. Grayscale: #4F4F4F. Windows color (decimal): -9748891 or 6635115. OLE color: 6635115.

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

Color convert

RGB10762101-
CMYK00.420.060.58
HSL308º26.63%33.14%-
HSV(B)308º42.06%41.96%-
XYZ10.137.5113.23-
YUV79.9139.91147.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.63%
GREEN value IS 62 (24.61% from 255) = 22.96%
BLUE value IS 101 (39.84% from 255) = 37.41%
R=39.63%
G=22.96%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1076210100.420.060.5830826.6333.14
Hex6B3E6502A63A1341b21
Octal153761450526724643341
Binary11010111111101100101010101011011101010011010011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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