Shades of Han Purple #4307CC
Tints of Han Purple #4307CC
RGB
CMYK
RGB Variations
Color information
#4307CC (or 0x4307CC) is known color: Han Purple. HEX triplet: 43, 07 and CC. RGB value is (67,7,204). Sum of RGB (Red+Green+Blue) = 67+7+204=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 204 (80.08% from 255 or 73.38% from 278); Max value from RGB is 204 - color contains mainly: blue. Hex color #4307CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4307CC is #BCF833. Grayscale: #2E2E2E. Windows color (decimal): -12384308 or 13371203. OLE color: 13371203.
HSL color Cylindrical-coordinate representation of color #4307CC: hue angle of 258.27º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4307CC is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 67 | 7 | 204 | - |
| CMYK | 0.67 | 0.97 | 0 | 0.2 |
| HSL | 258.27º | 0.93% | 0.41% | - |
| HSV(B) | 258.27º | 0.97% | 0.8% | - |
| XYZ | 13.29 | 5.7 | 57.53 | - |
| YUV | 47.4 | 216.38 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 7 | 204 | 0.67 | 0.97 | 0 | 0.2 | 258.27 | 0.93 | 0.41 |
| Hex | 43 | 7 | CC | 43 | 61 | 0 | 14 | 102 | 5D | 29 |
| Octal | 103 | 7 | 314 | 103 | 141 | 0 | 24 | 402 | 135 | 51 |
| Binary | 1000011 | 111 | 11001100 | 1000011 | 1100001 | 0 | 10100 | 100000010 | 1011101 | 101001 |
Color Harmonies of #4307CC
Complementary color
Monochromatic Colors of #4307CC
Black with #4307CC
Text Example
Text Example
White with #4307CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4307CC; }
p { color: rgb(67,7,204); }
H1.HeaderClassName
{
color: #4307CC;
}
.AnyTagClassName
{
color: #4307CC;
}
</style>
background-color css
<style>
a { background-color: #4307CC; }
a { background-color: rgb(67,7,204); }
div.DivClassName
{
background-color: #4307CC;
}
.BgClassName
{
background-color: #4307CC;
}
</style>
border-color css
<style>
span { border-color: #4307CC; }
span { border-color: rgb(67,7,204); }
td.TdClassName
{
border-color: #4307CC;
}
.TagClassName
{
border-color: #4307CC;
}
</style>