#6B3F65

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

Shades of Palatinate Purple #6B3F65

Tints of Palatinate Purple #6B3F65

Color information

#6B3F65 (or 0x6B3F65) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 3F and 65. RGB value is (107,63,101). Sum of RGB (Red+Green+Blue) = 107+63+101=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3F65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3F65 is #94C09A. Grayscale: #505050. Windows color (decimal): -9748635 or 6635371. OLE color: 6635371.

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

Color convert

RGB10763101-
CMYK00.410.060.58
HSL308.18º25.88%33.33%-
HSV(B)308.18º41.12%41.96%-
XYZ10.197.6213.25-
YUV80.49139.58146.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.48%
GREEN value IS 63 (25% from 255) = 23.25%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=39.48%
G=23.25%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1076310100.410.060.58308.1825.8833.33
Hex6B3F6502963A1341a21
Octal153771450516724643241
Binary11010111111111100101010100111011101010011010011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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