Shades of Royal Purple #6738AF
Tints of Royal Purple #6738AF
RGB
CMYK
RGB Variations
Color information
#6738AF (or 0x6738AF) is known color: Royal Purple. HEX triplet: 67, 38 and AF. RGB value is (103,56,175). Sum of RGB (Red+Green+Blue) = 103+56+175=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #6738AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6738AF is #98C750. Grayscale: #535353. Windows color (decimal): -10012497 or 11483239. OLE color: 11483239.
HSL color Cylindrical-coordinate representation of color #6738AF: hue angle of 263.7º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6738AF is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 103 | 56 | 175 | - |
| CMYK | 0.41 | 0.68 | 0 | 0.31 |
| HSL | 263.7º | 0.52% | 0.45% | - |
| HSV(B) | 263.7º | 0.68% | 0.69% | - |
| XYZ | 14.75 | 8.81 | 41.48 | - |
| YUV | 83.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 56 | 175 | 0.41 | 0.68 | 0 | 0.31 | 263.7 | 0.52 | 0.45 |
| Hex | 67 | 38 | AF | 29 | 44 | 0 | 1F | 108 | 34 | 2D |
| Octal | 147 | 70 | 257 | 51 | 104 | 0 | 37 | 410 | 64 | 55 |
| Binary | 1100111 | 111000 | 10101111 | 101001 | 1000100 | 0 | 11111 | 100001000 | 110100 | 101101 |
Color Harmonies of #6738AF
Complementary color
Monochromatic Colors of #6738AF
Black with #6738AF
Text Example
Text Example
White with #6738AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6738AF; }
p { color: rgb(103,56,175); }
H1.HeaderClassName
{
color: #6738AF;
}
.AnyTagClassName
{
color: #6738AF;
}
</style>
background-color css
<style>
a { background-color: #6738AF; }
a { background-color: rgb(103,56,175); }
div.DivClassName
{
background-color: #6738AF;
}
.BgClassName
{
background-color: #6738AF;
}
</style>
border-color css
<style>
span { border-color: #6738AF; }
span { border-color: rgb(103,56,175); }
td.TdClassName
{
border-color: #6738AF;
}
.TagClassName
{
border-color: #6738AF;
}
</style>