Shades of Royal Purple #65439B
Tints of Royal Purple #65439B
RGB
CMYK
RGB Variations
Color information
#65439B (or 0x65439B) is known color: Royal Purple. HEX triplet: 65, 43 and 9B. RGB value is (101,67,155). Sum of RGB (Red+Green+Blue) = 101+67+155=323 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.27% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #65439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65439B is #9ABC64. Grayscale: #565656. Windows color (decimal): -10140773 or 10175333. OLE color: 10175333.
HSL color Cylindrical-coordinate representation of color #65439B: hue angle of 263.18º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65439B is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 67 | 155 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.39 |
| HSL | 263.18º | 0.4% | 0.44% | - |
| HSV(B) | 263.18º | 0.57% | 0.61% | - |
| XYZ | 13.29 | 9.15 | 32.08 | - |
| YUV | 87.2 | 166.26 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 67 | 155 | 0.35 | 0.57 | 0 | 0.39 | 263.18 | 0.4 | 0.44 |
| Hex | 65 | 43 | 9B | 23 | 39 | 0 | 27 | 107 | 28 | 2C |
| Octal | 145 | 103 | 233 | 43 | 71 | 0 | 47 | 407 | 50 | 54 |
| Binary | 1100101 | 1000011 | 10011011 | 100011 | 111001 | 0 | 100111 | 100000111 | 101000 | 101100 |
Color Harmonies of #65439B
Complementary color
Monochromatic Colors of #65439B
Black with #65439B
Text Example
Text Example
White with #65439B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65439B; }
p { color: rgb(101,67,155); }
H1.HeaderClassName
{
color: #65439B;
}
.AnyTagClassName
{
color: #65439B;
}
</style>
background-color css
<style>
a { background-color: #65439B; }
a { background-color: rgb(101,67,155); }
div.DivClassName
{
background-color: #65439B;
}
.BgClassName
{
background-color: #65439B;
}
</style>
border-color css
<style>
span { border-color: #65439B; }
span { border-color: rgb(101,67,155); }
td.TdClassName
{
border-color: #65439B;
}
.TagClassName
{
border-color: #65439B;
}
</style>