Shades of Royal Purple #6B3DB4
Tints of Royal Purple #6B3DB4
RGB
CMYK
RGB Variations
Color information
#6B3DB4 (or 0x6B3DB4) is known color: Royal Purple. HEX triplet: 6B, 3D and B4. RGB value is (107,61,180). Sum of RGB (Red+Green+Blue) = 107+61+180=348 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.75% from 348); Green value is 61 (24.22% from 255 or 17.53% from 348); Blue value is 180 (70.70% from 255 or 51.72% from 348); Max value from RGB is 180 - color contains mainly: blue. Hex color #6B3DB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B3DB4 is #94C24B. Grayscale: #575757. Windows color (decimal): -9749068 or 11812203. OLE color: 11812203.
HSL color Cylindrical-coordinate representation of color #6B3DB4: hue angle of 263.19º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6B3DB4 is Cyan = 0.41, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 107 | 61 | 180 | - |
| CMYK | 0.41 | 0.66 | 0 | 0.29 |
| HSL | 263.19º | 0.49% | 0.47% | - |
| HSV(B) | 263.19º | 0.66% | 0.71% | - |
| XYZ | 15.97 | 9.76 | 44.22 | - |
| YUV | 88.32 | 179.74 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 180 | 0.41 | 0.66 | 0 | 0.29 | 263.19 | 0.49 | 0.47 |
| Hex | 6B | 3D | B4 | 29 | 42 | 0 | 1D | 107 | 31 | 2F |
| Octal | 153 | 75 | 264 | 51 | 102 | 0 | 35 | 407 | 61 | 57 |
| Binary | 1101011 | 111101 | 10110100 | 101001 | 1000010 | 0 | 11101 | 100000111 | 110001 | 101111 |
Color Harmonies of #6B3DB4
Complementary color
Monochromatic Colors of #6B3DB4
Black with #6B3DB4
Text Example
Text Example
White with #6B3DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3DB4; }
p { color: rgb(107,61,180); }
H1.HeaderClassName
{
color: #6B3DB4;
}
.AnyTagClassName
{
color: #6B3DB4;
}
</style>
background-color css
<style>
a { background-color: #6B3DB4; }
a { background-color: rgb(107,61,180); }
div.DivClassName
{
background-color: #6B3DB4;
}
.BgClassName
{
background-color: #6B3DB4;
}
</style>
border-color css
<style>
span { border-color: #6B3DB4; }
span { border-color: rgb(107,61,180); }
td.TdClassName
{
border-color: #6B3DB4;
}
.TagClassName
{
border-color: #6B3DB4;
}
</style>