Shades of Palatinate Purple #6B385C
Tints of Palatinate Purple #6B385C
RGB
CMYK
RGB Variations
Color information
#6B385C (or 0x6B385C) is known color: Palatinate Purple. HEX triplet: 6B, 38 and 5C. RGB value is (107,56,92). Sum of RGB (Red+Green+Blue) = 107+56+92=255 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.96% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 107 - color contains mainly: red. Hex color #6B385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B385C is #94C7A3. Grayscale: #4B4B4B. Windows color (decimal): -9750436 or 6043755. OLE color: 6043755.
HSL color Cylindrical-coordinate representation of color #6B385C: hue angle of 317.65º 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 #6B385C is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 56 | 92 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.58 |
| HSL | 317.65º | 0.31% | 0.32% | - |
| HSV(B) | 317.65º | 0.48% | 0.42% | - |
| XYZ | 9.41 | 6.73 | 10.93 | - |
| YUV | 75.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 56 | 92 | 0 | 0.48 | 0.14 | 0.58 | 317.65 | 0.31 | 0.32 |
| Hex | 6B | 38 | 5C | 0 | 30 | E | 3A | 13E | 1F | 20 |
| Octal | 153 | 70 | 134 | 0 | 60 | 16 | 72 | 476 | 37 | 40 |
| Binary | 1101011 | 111000 | 1011100 | 0 | 110000 | 1110 | 111010 | 100111110 | 11111 | 100000 |
Color Harmonies of #6B385C
Complementary color
Monochromatic Colors of #6B385C
Black with #6B385C
Text Example
Text Example
White with #6B385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B385C; }
p { color: rgb(107,56,92); }
H1.HeaderClassName
{
color: #6B385C;
}
.AnyTagClassName
{
color: #6B385C;
}
</style>
background-color css
<style>
a { background-color: #6B385C; }
a { background-color: rgb(107,56,92); }
div.DivClassName
{
background-color: #6B385C;
}
.BgClassName
{
background-color: #6B385C;
}
</style>
border-color css
<style>
span { border-color: #6B385C; }
span { border-color: rgb(107,56,92); }
td.TdClassName
{
border-color: #6B385C;
}
.TagClassName
{
border-color: #6B385C;
}
</style>