Shades of Han Purple #7230FF
Tints of Han Purple #7230FF
RGB
CMYK
RGB Variations
Color information
#7230FF (or 0x7230FF) is known color: Han Purple. HEX triplet: 72, 30 and FF. RGB value is (114,48,255). Sum of RGB (Red+Green+Blue) = 114+48+255=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 48 (19.14% from 255 or 11.51% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #7230FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7230FF is #8DCF00. Grayscale: #5A5A5A. Windows color (decimal): -9293569 or 16724082. OLE color: 16724082.
HSL color Cylindrical-coordinate representation of color #7230FF: hue angle of 259.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7230FF is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 48 | 255 | - |
| CMYK | 0.55 | 0.81 | 0 | 0 |
| HSL | 259.13º | 1% | 0.59% | - |
| HSV(B) | 259.13º | 0.81% | 1% | - |
| XYZ | 26.05 | 12.91 | 95.73 | - |
| YUV | 91.33 | 220.37 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 48 | 255 | 0.55 | 0.81 | 0 | 0 | 259.13 | 1 | 0.59 |
| Hex | 72 | 30 | FF | 37 | 51 | 0 | 0 | 103 | 64 | 3B |
| Octal | 162 | 60 | 377 | 67 | 121 | 0 | 0 | 403 | 144 | 73 |
| Binary | 1110010 | 110000 | 11111111 | 110111 | 1010001 | 0 | 0 | 100000011 | 1100100 | 111011 |
Color Harmonies of #7230FF
Complementary color
Monochromatic Colors of #7230FF
Black with #7230FF
Text Example
Text Example
White with #7230FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7230FF; }
p { color: rgb(114,48,255); }
H1.HeaderClassName
{
color: #7230FF;
}
.AnyTagClassName
{
color: #7230FF;
}
</style>
background-color css
<style>
a { background-color: #7230FF; }
a { background-color: rgb(114,48,255); }
div.DivClassName
{
background-color: #7230FF;
}
.BgClassName
{
background-color: #7230FF;
}
</style>
border-color css
<style>
span { border-color: #7230FF; }
span { border-color: rgb(114,48,255); }
td.TdClassName
{
border-color: #7230FF;
}
.TagClassName
{
border-color: #7230FF;
}
</style>