Shades of Han Purple #430CFD
Tints of Han Purple #430CFD
RGB
CMYK
RGB Variations
Color information
#430CFD (or 0x430CFD) is known color: Han Purple. HEX triplet: 43, 0C and FD. RGB value is (67,12,253). Sum of RGB (Red+Green+Blue) = 67+12+253=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 253 (99.22% from 255 or 76.20% from 332); Max value from RGB is 253 - color contains mainly: blue. Hex color #430CFD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #430CFD is #BCF302. Grayscale: #373737. Windows color (decimal): -12382979 or 16583747. OLE color: 16583747.
HSL color Cylindrical-coordinate representation of color #430CFD: hue angle of 253.69º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #430CFD is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 67 | 12 | 253 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.01 |
| HSL | 253.69º | 0.98% | 0.52% | - |
| HSV(B) | 253.69º | 0.95% | 0.99% | - |
| XYZ | 20.18 | 8.55 | 93.52 | - |
| YUV | 55.92 | 239.22 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 253 | 0.74 | 0.95 | 0 | 0.01 | 253.69 | 0.98 | 0.52 |
| Hex | 43 | C | FD | 4A | 5F | 0 | 1 | FE | 62 | 34 |
| Octal | 103 | 14 | 375 | 112 | 137 | 0 | 1 | 376 | 142 | 64 |
| Binary | 1000011 | 1100 | 11111101 | 1001010 | 1011111 | 0 | 1 | 11111110 | 1100010 | 110100 |
Color Harmonies of #430CFD
Complementary color
Monochromatic Colors of #430CFD
Black with #430CFD
Text Example
Text Example
White with #430CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430CFD; }
p { color: rgb(67,12,253); }
H1.HeaderClassName
{
color: #430CFD;
}
.AnyTagClassName
{
color: #430CFD;
}
</style>
background-color css
<style>
a { background-color: #430CFD; }
a { background-color: rgb(67,12,253); }
div.DivClassName
{
background-color: #430CFD;
}
.BgClassName
{
background-color: #430CFD;
}
</style>
border-color css
<style>
span { border-color: #430CFD; }
span { border-color: rgb(67,12,253); }
td.TdClassName
{
border-color: #430CFD;
}
.TagClassName
{
border-color: #430CFD;
}
</style>