Shades of Royal Purple #642FA5
Tints of Royal Purple #642FA5
RGB
CMYK
RGB Variations
Color information
#642FA5 (or 0x642FA5) is known color: Royal Purple. HEX triplet: 64, 2F and A5. RGB value is (100,47,165). Sum of RGB (Red+Green+Blue) = 100+47+165=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 47 (18.75% from 255 or 15.06% from 312); Blue value is 165 (64.84% from 255 or 52.88% from 312); Max value from RGB is 165 - color contains mainly: blue. Hex color #642FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #642FA5 is #9BD05A. Grayscale: #4B4B4B. Windows color (decimal): -10211419 or 10825572. OLE color: 10825572.
HSL color Cylindrical-coordinate representation of color #642FA5: hue angle of 266.95º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #642FA5 is Cyan = 0.39, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 100 | 47 | 165 | - |
| CMYK | 0.39 | 0.72 | 0 | 0.35 |
| HSL | 266.95º | 0.56% | 0.42% | - |
| HSV(B) | 266.95º | 0.72% | 0.65% | - |
| XYZ | 13.06 | 7.46 | 36.35 | - |
| YUV | 76.3 | 178.06 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 47 | 165 | 0.39 | 0.72 | 0 | 0.35 | 266.95 | 0.56 | 0.42 |
| Hex | 64 | 2F | A5 | 27 | 48 | 0 | 23 | 10B | 38 | 2A |
| Octal | 144 | 57 | 245 | 47 | 110 | 0 | 43 | 413 | 70 | 52 |
| Binary | 1100100 | 101111 | 10100101 | 100111 | 1001000 | 0 | 100011 | 100001011 | 111000 | 101010 |
Color Harmonies of #642FA5
Complementary color
Monochromatic Colors of #642FA5
Black with #642FA5
Text Example
Text Example
White with #642FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642FA5; }
p { color: rgb(100,47,165); }
H1.HeaderClassName
{
color: #642FA5;
}
.AnyTagClassName
{
color: #642FA5;
}
</style>
background-color css
<style>
a { background-color: #642FA5; }
a { background-color: rgb(100,47,165); }
div.DivClassName
{
background-color: #642FA5;
}
.BgClassName
{
background-color: #642FA5;
}
</style>
border-color css
<style>
span { border-color: #642FA5; }
span { border-color: rgb(100,47,165); }
td.TdClassName
{
border-color: #642FA5;
}
.TagClassName
{
border-color: #642FA5;
}
</style>