Shades of Purple #630468
Tints of Purple #630468
RGB
CMYK
RGB Variations
Color information
#630468 (or 0x630468) is known color: Purple. HEX triplet: 63, 04 and 68. RGB value is (99,4,104). Sum of RGB (Red+Green+Blue) = 99+4+104=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #630468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630468 is #9CFB97. Grayscale: #2B2B2B. Windows color (decimal): -10288024 or 6816867. OLE color: 6816867.
HSL color Cylindrical-coordinate representation of color #630468: hue angle of 297º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630468 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 4 | 104 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.59 |
| HSL | 297º | 0.93% | 0.21% | - |
| HSV(B) | 297º | 0.96% | 0.41% | - |
| XYZ | 7.69 | 3.74 | 13.41 | - |
| YUV | 43.81 | 161.97 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 4 | 104 | 0.05 | 0.96 | 0 | 0.59 | 297 | 0.93 | 0.21 |
| Hex | 63 | 4 | 68 | 5 | 60 | 0 | 3B | 129 | 5D | 15 |
| Octal | 143 | 4 | 150 | 5 | 140 | 0 | 73 | 451 | 135 | 25 |
| Binary | 1100011 | 100 | 1101000 | 101 | 1100000 | 0 | 111011 | 100101001 | 1011101 | 10101 |
Color Harmonies of #630468
Complementary color
Monochromatic Colors of #630468
Black with #630468
Text Example
Text Example
White with #630468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #630468; }
p { color: rgb(99,4,104); }
H1.HeaderClassName
{
color: #630468;
}
.AnyTagClassName
{
color: #630468;
}
</style>
background-color css
<style>
a { background-color: #630468; }
a { background-color: rgb(99,4,104); }
div.DivClassName
{
background-color: #630468;
}
.BgClassName
{
background-color: #630468;
}
</style>
border-color css
<style>
span { border-color: #630468; }
span { border-color: rgb(99,4,104); }
td.TdClassName
{
border-color: #630468;
}
.TagClassName
{
border-color: #630468;
}
</style>