Shades of Han Purple #480ACF
Tints of Han Purple #480ACF
RGB
CMYK
RGB Variations
Color information
#480ACF (or 0x480ACF) is known color: Han Purple. HEX triplet: 48, 0A and CF. RGB value is (72,10,207). Sum of RGB (Red+Green+Blue) = 72+10+207=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #480ACF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #480ACF is #B7F530. Grayscale: #323232. Windows color (decimal): -12055857 or 13568584. OLE color: 13568584.
HSL color Cylindrical-coordinate representation of color #480ACF: hue angle of 258.88º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #480ACF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 10 | 207 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.19 |
| HSL | 258.88º | 0.91% | 0.43% | - |
| HSV(B) | 258.88º | 0.95% | 0.81% | - |
| XYZ | 14.04 | 6.1 | 59.47 | - |
| YUV | 51 | 216.04 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 10 | 207 | 0.65 | 0.95 | 0 | 0.19 | 258.88 | 0.91 | 0.43 |
| Hex | 48 | A | CF | 41 | 5F | 0 | 13 | 103 | 5B | 2B |
| Octal | 110 | 12 | 317 | 101 | 137 | 0 | 23 | 403 | 133 | 53 |
| Binary | 1001000 | 1010 | 11001111 | 1000001 | 1011111 | 0 | 10011 | 100000011 | 1011011 | 101011 |
Color Harmonies of #480ACF
Complementary color
Monochromatic Colors of #480ACF
Black with #480ACF
Text Example
Text Example
White with #480ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480ACF; }
p { color: rgb(72,10,207); }
H1.HeaderClassName
{
color: #480ACF;
}
.AnyTagClassName
{
color: #480ACF;
}
</style>
background-color css
<style>
a { background-color: #480ACF; }
a { background-color: rgb(72,10,207); }
div.DivClassName
{
background-color: #480ACF;
}
.BgClassName
{
background-color: #480ACF;
}
</style>
border-color css
<style>
span { border-color: #480ACF; }
span { border-color: rgb(72,10,207); }
td.TdClassName
{
border-color: #480ACF;
}
.TagClassName
{
border-color: #480ACF;
}
</style>