Shades of Royal Purple #65369C
Tints of Royal Purple #65369C
RGB
CMYK
RGB Variations
Color information
#65369C (or 0x65369C) is known color: Royal Purple. HEX triplet: 65, 36 and 9C. RGB value is (101,54,156). Sum of RGB (Red+Green+Blue) = 101+54+156=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #65369C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65369C is #9AC963. Grayscale: #4F4F4F. Windows color (decimal): -10144100 or 10237541. OLE color: 10237541.
HSL color Cylindrical-coordinate representation of color #65369C: hue angle of 267.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65369C is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 54 | 156 | - |
| CMYK | 0.35 | 0.65 | 0 | 0.39 |
| HSL | 267.65º | 0.49% | 0.41% | - |
| HSV(B) | 267.65º | 0.65% | 0.61% | - |
| XYZ | 12.69 | 7.81 | 32.29 | - |
| YUV | 79.68 | 171.07 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 54 | 156 | 0.35 | 0.65 | 0 | 0.39 | 267.65 | 0.49 | 0.41 |
| Hex | 65 | 36 | 9C | 23 | 41 | 0 | 27 | 10C | 31 | 29 |
| Octal | 145 | 66 | 234 | 43 | 101 | 0 | 47 | 414 | 61 | 51 |
| Binary | 1100101 | 110110 | 10011100 | 100011 | 1000001 | 0 | 100111 | 100001100 | 110001 | 101001 |
Color Harmonies of #65369C
Complementary color
Monochromatic Colors of #65369C
Black with #65369C
Text Example
Text Example
White with #65369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65369C; }
p { color: rgb(101,54,156); }
H1.HeaderClassName
{
color: #65369C;
}
.AnyTagClassName
{
color: #65369C;
}
</style>
background-color css
<style>
a { background-color: #65369C; }
a { background-color: rgb(101,54,156); }
div.DivClassName
{
background-color: #65369C;
}
.BgClassName
{
background-color: #65369C;
}
</style>
border-color css
<style>
span { border-color: #65369C; }
span { border-color: rgb(101,54,156); }
td.TdClassName
{
border-color: #65369C;
}
.TagClassName
{
border-color: #65369C;
}
</style>