Shades of Blue Diamond #521B7F
Tints of Blue Diamond #521B7F
RGB
CMYK
RGB Variations
Color information
#521B7F (or 0x521B7F) is known color: Blue Diamond. HEX triplet: 52, 1B and 7F. RGB value is (82,27,127). Sum of RGB (Red+Green+Blue) = 82+27+127=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 127 (50% from 255 or 53.81% from 236); Max value from RGB is 127 - color contains mainly: blue. Hex color #521B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521B7F is #ADE480. Grayscale: #363636. Windows color (decimal): -11396225 or 8330066. OLE color: 8330066.
HSL color Cylindrical-coordinate representation of color #521B7F: hue angle of 273º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #521B7F is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 27 | 127 | - |
| CMYK | 0.35 | 0.79 | 0 | 0.50 |
| HSL | 273º | 0.65% | 0.3% | - |
| HSV(B) | 273º | 0.79% | 0.5% | - |
| XYZ | 7.7 | 4.11 | 20.47 | - |
| YUV | 54.85 | 168.72 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 127 | 0.35 | 0.79 | 0 | 0.50 | 273 | 0.65 | 0.3 |
| Hex | 52 | 1B | 7F | 23 | 4F | 0 | 32 | 111 | 41 | 1E |
| Octal | 122 | 33 | 177 | 43 | 117 | 0 | 62 | 421 | 101 | 36 |
| Binary | 1010010 | 11011 | 1111111 | 100011 | 1001111 | 0 | 110010 | 100010001 | 1000001 | 11110 |
Color Harmonies of #521B7F
Complementary color
Monochromatic Colors of #521B7F
Black with #521B7F
Text Example
Text Example
White with #521B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B7F; }
p { color: rgb(82,27,127); }
H1.HeaderClassName
{
color: #521B7F;
}
.AnyTagClassName
{
color: #521B7F;
}
</style>
background-color css
<style>
a { background-color: #521B7F; }
a { background-color: rgb(82,27,127); }
div.DivClassName
{
background-color: #521B7F;
}
.BgClassName
{
background-color: #521B7F;
}
</style>
border-color css
<style>
span { border-color: #521B7F; }
span { border-color: rgb(82,27,127); }
td.TdClassName
{
border-color: #521B7F;
}
.TagClassName
{
border-color: #521B7F;
}
</style>