#6B385B

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

Shades of Palatinate Purple #6B385B

Tints of Palatinate Purple #6B385B

Color information

#6B385B (or 0x6B385B) is unknown color: approx Palatinate Purple. HEX triplet: 6B, 38 and 5B. RGB value is (107,56,91). Sum of RGB (Red+Green+Blue) = 107+56+91=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B385B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B385B is #94C7A4. Grayscale: #4B4B4B. Windows color (decimal): -9750437 or 5978219. OLE color: 5978219.

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

Color convert

RGB1075691-
CMYK00.480.150.58
HSL318.82º31.29%31.96%-
HSV(B)318.82º47.66%41.96%-
XYZ9.376.7110.7-
YUV75.24136.9150.65-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 42.13%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 91 (35.94% from 255) = 35.83%
R=42.13%
G=22.05%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107569100.480.150.58318.8231.2931.96
Hex6B385B030F3A13f1f20
Octal1537013306017724773740
Binary110101111100010110110110000111111101010011111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B385B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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