Shades of Royal Purple #693CA4
Tints of Royal Purple #693CA4
RGB
CMYK
RGB Variations
Color information
#693CA4 (or 0x693CA4) is known color: Royal Purple. HEX triplet: 69, 3C and A4. RGB value is (105,60,164). Sum of RGB (Red+Green+Blue) = 105+60+164=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 60 (23.83% from 255 or 18.24% from 329); Blue value is 164 (64.45% from 255 or 49.85% from 329); Max value from RGB is 164 - color contains mainly: blue. Hex color #693CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693CA4 is #96C35B. Grayscale: #545454. Windows color (decimal): -9880412 or 10763369. OLE color: 10763369.
HSL color Cylindrical-coordinate representation of color #693CA4: hue angle of 265.96º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693CA4 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 60 | 164 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.36 |
| HSL | 265.96º | 0.46% | 0.44% | - |
| HSV(B) | 265.96º | 0.63% | 0.64% | - |
| XYZ | 14.14 | 8.92 | 36.1 | - |
| YUV | 85.31 | 172.41 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 60 | 164 | 0.36 | 0.63 | 0 | 0.36 | 265.96 | 0.46 | 0.44 |
| Hex | 69 | 3C | A4 | 24 | 3F | 0 | 24 | 10A | 2E | 2C |
| Octal | 151 | 74 | 244 | 44 | 77 | 0 | 44 | 412 | 56 | 54 |
| Binary | 1101001 | 111100 | 10100100 | 100100 | 111111 | 0 | 100100 | 100001010 | 101110 | 101100 |
Color Harmonies of #693CA4
Complementary color
Monochromatic Colors of #693CA4
Black with #693CA4
Text Example
Text Example
White with #693CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #693CA4; }
p { color: rgb(105,60,164); }
H1.HeaderClassName
{
color: #693CA4;
}
.AnyTagClassName
{
color: #693CA4;
}
</style>
background-color css
<style>
a { background-color: #693CA4; }
a { background-color: rgb(105,60,164); }
div.DivClassName
{
background-color: #693CA4;
}
.BgClassName
{
background-color: #693CA4;
}
</style>
border-color css
<style>
span { border-color: #693CA4; }
span { border-color: rgb(105,60,164); }
td.TdClassName
{
border-color: #693CA4;
}
.TagClassName
{
border-color: #693CA4;
}
</style>