Shades of Royal Purple #6425A3
Tints of Royal Purple #6425A3
RGB
CMYK
RGB Variations
Color information
#6425A3 (or 0x6425A3) is known color: Royal Purple. HEX triplet: 64, 25 and A3. RGB value is (100,37,163). Sum of RGB (Red+Green+Blue) = 100+37+163=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 163 (64.06% from 255 or 54.33% from 300); Max value from RGB is 163 - color contains mainly: blue. Hex color #6425A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6425A3 is #9BDA5C. Grayscale: #454545. Windows color (decimal): -10213981 or 10691940. OLE color: 10691940.
HSL color Cylindrical-coordinate representation of color #6425A3: hue angle of 270º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6425A3 is Cyan = 0.39, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 37 | 163 | - |
| CMYK | 0.39 | 0.77 | 0 | 0.36 |
| HSL | 270º | 0.63% | 0.39% | - |
| HSV(B) | 270º | 0.77% | 0.64% | - |
| XYZ | 12.53 | 6.68 | 35.28 | - |
| YUV | 70.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 37 | 163 | 0.39 | 0.77 | 0 | 0.36 | 270 | 0.63 | 0.39 |
| Hex | 64 | 25 | A3 | 27 | 4D | 0 | 24 | 10E | 3F | 27 |
| Octal | 144 | 45 | 243 | 47 | 115 | 0 | 44 | 416 | 77 | 47 |
| Binary | 1100100 | 100101 | 10100011 | 100111 | 1001101 | 0 | 100100 | 100001110 | 111111 | 100111 |
Color Harmonies of #6425A3
Complementary color
Monochromatic Colors of #6425A3
Black with #6425A3
Text Example
Text Example
White with #6425A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6425A3; }
p { color: rgb(100,37,163); }
H1.HeaderClassName
{
color: #6425A3;
}
.AnyTagClassName
{
color: #6425A3;
}
</style>
background-color css
<style>
a { background-color: #6425A3; }
a { background-color: rgb(100,37,163); }
div.DivClassName
{
background-color: #6425A3;
}
.BgClassName
{
background-color: #6425A3;
}
</style>
border-color css
<style>
span { border-color: #6425A3; }
span { border-color: rgb(100,37,163); }
td.TdClassName
{
border-color: #6425A3;
}
.TagClassName
{
border-color: #6425A3;
}
</style>