Shades of Blue Diamond #521F7B
Tints of Blue Diamond #521F7B
RGB
CMYK
RGB Variations
Color information
#521F7B (or 0x521F7B) is known color: Blue Diamond. HEX triplet: 52, 1F and 7B. RGB value is (82,31,123). Sum of RGB (Red+Green+Blue) = 82+31+123=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 123 (48.44% from 255 or 52.12% from 236); Max value from RGB is 123 - color contains mainly: blue. Hex color #521F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521F7B is #ADE084. Grayscale: #383838. Windows color (decimal): -11395205 or 8068946. OLE color: 8068946.
HSL color Cylindrical-coordinate representation of color #521F7B: hue angle of 273.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #521F7B is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 82 | 31 | 123 | - |
| CMYK | 0.33 | 0.75 | 0 | 0.52 |
| HSL | 273.26º | 0.6% | 0.3% | - |
| HSV(B) | 273.26º | 0.75% | 0.48% | - |
| XYZ | 7.54 | 4.2 | 19.15 | - |
| YUV | 56.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 31 | 123 | 0.33 | 0.75 | 0 | 0.52 | 273.26 | 0.6 | 0.3 |
| Hex | 52 | 1F | 7B | 21 | 4B | 0 | 34 | 111 | 3C | 1E |
| Octal | 122 | 37 | 173 | 41 | 113 | 0 | 64 | 421 | 74 | 36 |
| Binary | 1010010 | 11111 | 1111011 | 100001 | 1001011 | 0 | 110100 | 100010001 | 111100 | 11110 |
Color Harmonies of #521F7B
Complementary color
Monochromatic Colors of #521F7B
Black with #521F7B
Text Example
Text Example
White with #521F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521F7B; }
p { color: rgb(82,31,123); }
H1.HeaderClassName
{
color: #521F7B;
}
.AnyTagClassName
{
color: #521F7B;
}
</style>
background-color css
<style>
a { background-color: #521F7B; }
a { background-color: rgb(82,31,123); }
div.DivClassName
{
background-color: #521F7B;
}
.BgClassName
{
background-color: #521F7B;
}
</style>
border-color css
<style>
span { border-color: #521F7B; }
span { border-color: rgb(82,31,123); }
td.TdClassName
{
border-color: #521F7B;
}
.TagClassName
{
border-color: #521F7B;
}
</style>