Shades of Royal Purple #65379D
Tints of Royal Purple #65379D
RGB
CMYK
RGB Variations
Color information
#65379D (or 0x65379D) is known color: Royal Purple. HEX triplet: 65, 37 and 9D. RGB value is (101,55,157). Sum of RGB (Red+Green+Blue) = 101+55+157=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #65379D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #65379D is #9AC862. Grayscale: #505050. Windows color (decimal): -10143843 or 10303333. OLE color: 10303333.
HSL color Cylindrical-coordinate representation of color #65379D: hue angle of 267.06º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #65379D is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 55 | 157 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.38 |
| HSL | 267.06º | 0.48% | 0.42% | - |
| HSV(B) | 267.06º | 0.65% | 0.62% | - |
| XYZ | 12.82 | 7.93 | 32.75 | - |
| YUV | 80.38 | 171.24 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 55 | 157 | 0.36 | 0.65 | 0 | 0.38 | 267.06 | 0.48 | 0.42 |
| Hex | 65 | 37 | 9D | 24 | 41 | 0 | 26 | 10B | 30 | 2A |
| Octal | 145 | 67 | 235 | 44 | 101 | 0 | 46 | 413 | 60 | 52 |
| Binary | 1100101 | 110111 | 10011101 | 100100 | 1000001 | 0 | 100110 | 100001011 | 110000 | 101010 |
Color Harmonies of #65379D
Complementary color
Monochromatic Colors of #65379D
Black with #65379D
Text Example
Text Example
White with #65379D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65379D; }
p { color: rgb(101,55,157); }
H1.HeaderClassName
{
color: #65379D;
}
.AnyTagClassName
{
color: #65379D;
}
</style>
background-color css
<style>
a { background-color: #65379D; }
a { background-color: rgb(101,55,157); }
div.DivClassName
{
background-color: #65379D;
}
.BgClassName
{
background-color: #65379D;
}
</style>
border-color css
<style>
span { border-color: #65379D; }
span { border-color: rgb(101,55,157); }
td.TdClassName
{
border-color: #65379D;
}
.TagClassName
{
border-color: #65379D;
}
</style>