Shades of Han Purple #4303CD
Tints of Han Purple #4303CD
RGB
CMYK
RGB Variations
Color information
#4303CD (or 0x4303CD) is known color: Han Purple. HEX triplet: 43, 03 and CD. RGB value is (67,3,205). Sum of RGB (Red+Green+Blue) = 67+3+205=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 205 (80.47% from 255 or 74.55% from 275); Max value from RGB is 205 - color contains mainly: blue. Hex color #4303CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4303CD is #BCFC32. Grayscale: #2C2C2C. Windows color (decimal): -12385331 or 13435715. OLE color: 13435715.
HSL color Cylindrical-coordinate representation of color #4303CD: hue angle of 259.01º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4303CD is Cyan = 0.67, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 3 | 205 | - |
| CMYK | 0.67 | 0.99 | 0 | 0.20 |
| HSL | 259.01º | 0.97% | 0.41% | - |
| HSV(B) | 259.01º | 0.99% | 0.8% | - |
| XYZ | 13.37 | 5.67 | 58.15 | - |
| YUV | 45.16 | 218.2 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 3 | 205 | 0.67 | 0.99 | 0 | 0.20 | 259.01 | 0.97 | 0.41 |
| Hex | 43 | 3 | CD | 43 | 63 | 0 | 14 | 103 | 61 | 29 |
| Octal | 103 | 3 | 315 | 103 | 143 | 0 | 24 | 403 | 141 | 51 |
| Binary | 1000011 | 11 | 11001101 | 1000011 | 1100011 | 0 | 10100 | 100000011 | 1100001 | 101001 |
Color Harmonies of #4303CD
Complementary color
Monochromatic Colors of #4303CD
Black with #4303CD
Text Example
Text Example
White with #4303CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4303CD; }
p { color: rgb(67,3,205); }
H1.HeaderClassName
{
color: #4303CD;
}
.AnyTagClassName
{
color: #4303CD;
}
</style>
background-color css
<style>
a { background-color: #4303CD; }
a { background-color: rgb(67,3,205); }
div.DivClassName
{
background-color: #4303CD;
}
.BgClassName
{
background-color: #4303CD;
}
</style>
border-color css
<style>
span { border-color: #4303CD; }
span { border-color: rgb(67,3,205); }
td.TdClassName
{
border-color: #4303CD;
}
.TagClassName
{
border-color: #4303CD;
}
</style>