Shades of Kingfisher Daisy #532A7D
Tints of Kingfisher Daisy #532A7D
RGB
CMYK
RGB Variations
Color information
#532A7D (or 0x532A7D) is known color: Kingfisher Daisy. HEX triplet: 53, 2A and 7D. RGB value is (83,42,125). Sum of RGB (Red+Green+Blue) = 83+42+125=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 42 (16.80% from 255 or 16.8% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #532A7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A7D is #ACD582. Grayscale: #3F3F3F. Windows color (decimal): -11326851 or 8202835. OLE color: 8202835.
HSL color Cylindrical-coordinate representation of color #532A7D: hue angle of 269.64º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #532A7D is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 83 | 42 | 125 | - |
| CMYK | 0.34 | 0.66 | 0 | 0.51 |
| HSL | 269.64º | 0.5% | 0.33% | - |
| HSV(B) | 269.64º | 0.66% | 0.49% | - |
| XYZ | 8.1 | 4.98 | 19.94 | - |
| YUV | 63.72 | 162.58 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 125 | 0.34 | 0.66 | 0 | 0.51 | 269.64 | 0.5 | 0.33 |
| Hex | 53 | 2A | 7D | 22 | 42 | 0 | 33 | 10E | 32 | 21 |
| Octal | 123 | 52 | 175 | 42 | 102 | 0 | 63 | 416 | 62 | 41 |
| Binary | 1010011 | 101010 | 1111101 | 100010 | 1000010 | 0 | 110011 | 100001110 | 110010 | 100001 |
Color Harmonies of #532A7D
Complementary color
Monochromatic Colors of #532A7D
Black with #532A7D
Text Example
Text Example
White with #532A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A7D; }
p { color: rgb(83,42,125); }
H1.HeaderClassName
{
color: #532A7D;
}
.AnyTagClassName
{
color: #532A7D;
}
</style>
background-color css
<style>
a { background-color: #532A7D; }
a { background-color: rgb(83,42,125); }
div.DivClassName
{
background-color: #532A7D;
}
.BgClassName
{
background-color: #532A7D;
}
</style>
border-color css
<style>
span { border-color: #532A7D; }
span { border-color: rgb(83,42,125); }
td.TdClassName
{
border-color: #532A7D;
}
.TagClassName
{
border-color: #532A7D;
}
</style>