Shades of Kingfisher Daisy #632C81
Tints of Kingfisher Daisy #632C81
RGB
CMYK
RGB Variations
Color information
#632C81 (or 0x632C81) is known color: Kingfisher Daisy. HEX triplet: 63, 2C and 81. RGB value is (99,44,129). Sum of RGB (Red+Green+Blue) = 99+44+129=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 44 (17.58% from 255 or 16.18% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #632C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #632C81 is #9CD37E. Grayscale: #454545. Windows color (decimal): -10277759 or 8465507. OLE color: 8465507.
HSL color Cylindrical-coordinate representation of color #632C81: hue angle of 278.82º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632C81 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 99 | 44 | 129 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.49 |
| HSL | 278.82º | 0.49% | 0.34% | - |
| HSV(B) | 278.82º | 0.66% | 0.51% | - |
| XYZ | 10.01 | 6.04 | 21.41 | - |
| YUV | 70.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 129 | 0.23 | 0.66 | 0 | 0.49 | 278.82 | 0.49 | 0.34 |
| Hex | 63 | 2C | 81 | 17 | 42 | 0 | 31 | 117 | 31 | 22 |
| Octal | 143 | 54 | 201 | 27 | 102 | 0 | 61 | 427 | 61 | 42 |
| Binary | 1100011 | 101100 | 10000001 | 10111 | 1000010 | 0 | 110001 | 100010111 | 110001 | 100010 |
Color Harmonies of #632C81
Complementary color
Monochromatic Colors of #632C81
Black with #632C81
Text Example
Text Example
White with #632C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C81; }
p { color: rgb(99,44,129); }
H1.HeaderClassName
{
color: #632C81;
}
.AnyTagClassName
{
color: #632C81;
}
</style>
background-color css
<style>
a { background-color: #632C81; }
a { background-color: rgb(99,44,129); }
div.DivClassName
{
background-color: #632C81;
}
.BgClassName
{
background-color: #632C81;
}
</style>
border-color css
<style>
span { border-color: #632C81; }
span { border-color: rgb(99,44,129); }
td.TdClassName
{
border-color: #632C81;
}
.TagClassName
{
border-color: #632C81;
}
</style>