Shades of Royal Purple #6430AC
Tints of Royal Purple #6430AC
RGB
CMYK
RGB Variations
Color information
#6430AC (or 0x6430AC) is known color: Royal Purple. HEX triplet: 64, 30 and AC. RGB value is (100,48,172). Sum of RGB (Red+Green+Blue) = 100+48+172=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #6430AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6430AC is #9BCF53. Grayscale: #4D4D4D. Windows color (decimal): -10211156 or 11284580. OLE color: 11284580.
HSL color Cylindrical-coordinate representation of color #6430AC: hue angle of 265.16º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6430AC is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 100 | 48 | 172 | - |
| CMYK | 0.42 | 0.72 | 0 | 0.33 |
| HSL | 265.16º | 0.56% | 0.43% | - |
| HSV(B) | 265.16º | 0.72% | 0.67% | - |
| XYZ | 13.76 | 7.8 | 39.81 | - |
| YUV | 77.68 | 181.23 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 48 | 172 | 0.42 | 0.72 | 0 | 0.33 | 265.16 | 0.56 | 0.43 |
| Hex | 64 | 30 | AC | 2A | 48 | 0 | 21 | 109 | 38 | 2B |
| Octal | 144 | 60 | 254 | 52 | 110 | 0 | 41 | 411 | 70 | 53 |
| Binary | 1100100 | 110000 | 10101100 | 101010 | 1001000 | 0 | 100001 | 100001001 | 111000 | 101011 |
Color Harmonies of #6430AC
Complementary color
Monochromatic Colors of #6430AC
Black with #6430AC
Text Example
Text Example
White with #6430AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6430AC; }
p { color: rgb(100,48,172); }
H1.HeaderClassName
{
color: #6430AC;
}
.AnyTagClassName
{
color: #6430AC;
}
</style>
background-color css
<style>
a { background-color: #6430AC; }
a { background-color: rgb(100,48,172); }
div.DivClassName
{
background-color: #6430AC;
}
.BgClassName
{
background-color: #6430AC;
}
</style>
border-color css
<style>
span { border-color: #6430AC; }
span { border-color: rgb(100,48,172); }
td.TdClassName
{
border-color: #6430AC;
}
.TagClassName
{
border-color: #6430AC;
}
</style>