Shades of Han Purple #430BE7
Tints of Han Purple #430BE7
RGB
CMYK
RGB Variations
Color information
#430BE7 (or 0x430BE7) is known color: Han Purple. HEX triplet: 43, 0B and E7. RGB value is (67,11,231). Sum of RGB (Red+Green+Blue) = 67+11+231=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 231 (90.62% from 255 or 74.76% from 309); Max value from RGB is 231 - color contains mainly: blue. Hex color #430BE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430BE7 is #BCF418. Grayscale: #343434. Windows color (decimal): -12383257 or 15141699. OLE color: 15141699.
HSL color Cylindrical-coordinate representation of color #430BE7: hue angle of 255.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430BE7 is Cyan = 0.71, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 67 | 11 | 231 | - |
| CMYK | 0.71 | 0.95 | 0 | 0.09 |
| HSL | 255.27º | 0.91% | 0.47% | - |
| HSV(B) | 255.27º | 0.95% | 0.91% | - |
| XYZ | 16.86 | 7.2 | 76.1 | - |
| YUV | 52.82 | 228.55 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 11 | 231 | 0.71 | 0.95 | 0 | 0.09 | 255.27 | 0.91 | 0.47 |
| Hex | 43 | B | E7 | 47 | 5F | 0 | 9 | FF | 5B | 2F |
| Octal | 103 | 13 | 347 | 107 | 137 | 0 | 11 | 377 | 133 | 57 |
| Binary | 1000011 | 1011 | 11100111 | 1000111 | 1011111 | 0 | 1001 | 11111111 | 1011011 | 101111 |
Color Harmonies of #430BE7
Complementary color
Monochromatic Colors of #430BE7
Black with #430BE7
Text Example
Text Example
White with #430BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430BE7; }
p { color: rgb(67,11,231); }
H1.HeaderClassName
{
color: #430BE7;
}
.AnyTagClassName
{
color: #430BE7;
}
</style>
background-color css
<style>
a { background-color: #430BE7; }
a { background-color: rgb(67,11,231); }
div.DivClassName
{
background-color: #430BE7;
}
.BgClassName
{
background-color: #430BE7;
}
</style>
border-color css
<style>
span { border-color: #430BE7; }
span { border-color: rgb(67,11,231); }
td.TdClassName
{
border-color: #430BE7;
}
.TagClassName
{
border-color: #430BE7;
}
</style>