Shades of Han Purple #6725FF
Tints of Han Purple #6725FF
RGB
CMYK
RGB Variations
Color information
#6725FF (or 0x6725FF) is known color: Han Purple. HEX triplet: 67, 25 and FF. RGB value is (103,37,255). Sum of RGB (Red+Green+Blue) = 103+37+255=395 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.08% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #6725FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6725FF is #98DA00. Grayscale: #505050. Windows color (decimal): -10017281 or 16721255. OLE color: 16721255.
HSL color Cylindrical-coordinate representation of color #6725FF: hue angle of 258.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6725FF is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 103 | 37 | 255 | - |
| CMYK | 0.60 | 0.85 | 0 | 0 |
| HSL | 258.17º | 1% | 0.57% | - |
| HSV(B) | 258.17º | 0.85% | 1% | - |
| XYZ | 24.31 | 11.43 | 95.53 | - |
| YUV | 81.59 | 225.87 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 37 | 255 | 0.60 | 0.85 | 0 | 0 | 258.17 | 1 | 0.57 |
| Hex | 67 | 25 | FF | 3C | 55 | 0 | 0 | 102 | 64 | 39 |
| Octal | 147 | 45 | 377 | 74 | 125 | 0 | 0 | 402 | 144 | 71 |
| Binary | 1100111 | 100101 | 11111111 | 111100 | 1010101 | 0 | 0 | 100000010 | 1100100 | 111001 |
Color Harmonies of #6725FF
Complementary color
Monochromatic Colors of #6725FF
Black with #6725FF
Text Example
Text Example
White with #6725FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6725FF; }
p { color: rgb(103,37,255); }
H1.HeaderClassName
{
color: #6725FF;
}
.AnyTagClassName
{
color: #6725FF;
}
</style>
background-color css
<style>
a { background-color: #6725FF; }
a { background-color: rgb(103,37,255); }
div.DivClassName
{
background-color: #6725FF;
}
.BgClassName
{
background-color: #6725FF;
}
</style>
border-color css
<style>
span { border-color: #6725FF; }
span { border-color: rgb(103,37,255); }
td.TdClassName
{
border-color: #6725FF;
}
.TagClassName
{
border-color: #6725FF;
}
</style>