Shades of Royal Purple #67349A
Tints of Royal Purple #67349A
RGB
CMYK
RGB Variations
Color information
#67349A (or 0x67349A) is known color: Royal Purple. HEX triplet: 67, 34 and 9A. RGB value is (103,52,154). Sum of RGB (Red+Green+Blue) = 103+52+154=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 154 (60.55% from 255 or 49.84% from 309); Max value from RGB is 154 - color contains mainly: blue. Hex color #67349A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #67349A is #98CB65. Grayscale: #4E4E4E. Windows color (decimal): -10013542 or 10105959. OLE color: 10105959.
HSL color Cylindrical-coordinate representation of color #67349A: hue angle of 270º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #67349A is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 103 | 52 | 154 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.40 |
| HSL | 270º | 0.5% | 0.4% | - |
| HSV(B) | 270º | 0.66% | 0.6% | - |
| XYZ | 12.65 | 7.67 | 31.39 | - |
| YUV | 78.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 52 | 154 | 0.33 | 0.66 | 0 | 0.40 | 270 | 0.5 | 0.4 |
| Hex | 67 | 34 | 9A | 21 | 42 | 0 | 28 | 10E | 32 | 28 |
| Octal | 147 | 64 | 232 | 41 | 102 | 0 | 50 | 416 | 62 | 50 |
| Binary | 1100111 | 110100 | 10011010 | 100001 | 1000010 | 0 | 101000 | 100001110 | 110010 | 101000 |
Color Harmonies of #67349A
Complementary color
Monochromatic Colors of #67349A
Black with #67349A
Text Example
Text Example
White with #67349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67349A; }
p { color: rgb(103,52,154); }
H1.HeaderClassName
{
color: #67349A;
}
.AnyTagClassName
{
color: #67349A;
}
</style>
background-color css
<style>
a { background-color: #67349A; }
a { background-color: rgb(103,52,154); }
div.DivClassName
{
background-color: #67349A;
}
.BgClassName
{
background-color: #67349A;
}
</style>
border-color css
<style>
span { border-color: #67349A; }
span { border-color: rgb(103,52,154); }
td.TdClassName
{
border-color: #67349A;
}
.TagClassName
{
border-color: #67349A;
}
</style>