#6B3865

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

Shades of Palatinate Purple #6B3865

Tints of Palatinate Purple #6B3865

Color information

#6B3865 (or 0x6B3865) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 38 and 65. RGB value is (107,56,101). Sum of RGB (Red+Green+Blue) = 107+56+101=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 101 (39.84% from 255 or 38.26% from 264); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3865 is #94C79A. Grayscale: #4C4C4C. Windows color (decimal): -9750427 or 6633579. OLE color: 6633579.

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

Color convert

RGB10756101-
CMYK00.480.060.58
HSL307.06º31.29%31.96%-
HSV(B)307.06º47.66%41.96%-
XYZ9.836.8913.12-
YUV76.38141.9149.84-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 101 (39.84% from 255) = 38.26%
R=40.53%
G=21.21%
B=38.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1075610100.480.060.58307.0631.2931.96
Hex6B386503063A1331f20
Octal153701450606724633740
Binary11010111110001100101011000011011101010011001111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B3865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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