Shades of Purple Heart #6905B5
Tints of Purple Heart #6905B5
RGB
CMYK
RGB Variations
Color information
#6905B5 (or 0x6905B5) is known color: Purple Heart. HEX triplet: 69, 05 and B5. RGB value is (105,5,181). Sum of RGB (Red+Green+Blue) = 105+5+181=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 5 (2.34% from 255 or 1.72% from 291); Blue value is 181 (71.09% from 255 or 62.20% from 291); Max value from RGB is 181 - color contains mainly: blue. Hex color #6905B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6905B5 is #96FA4A. Grayscale: #363636. Windows color (decimal): -9894475 or 11863401. OLE color: 11863401.
HSL color Cylindrical-coordinate representation of color #6905B5: hue angle of 274.09º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6905B5 is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 5 | 181 | - |
| CMYK | 0.42 | 0.97 | 0 | 0.29 |
| HSL | 274.09º | 0.95% | 0.36% | - |
| HSV(B) | 274.09º | 0.97% | 0.71% | - |
| XYZ | 14.22 | 6.45 | 44.21 | - |
| YUV | 54.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 5 | 181 | 0.42 | 0.97 | 0 | 0.29 | 274.09 | 0.95 | 0.36 |
| Hex | 69 | 5 | B5 | 2A | 61 | 0 | 1D | 112 | 5F | 24 |
| Octal | 151 | 5 | 265 | 52 | 141 | 0 | 35 | 422 | 137 | 44 |
| Binary | 1101001 | 101 | 10110101 | 101010 | 1100001 | 0 | 11101 | 100010010 | 1011111 | 100100 |
Color Harmonies of #6905B5
Complementary color
Monochromatic Colors of #6905B5
Black with #6905B5
Text Example
Text Example
White with #6905B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6905B5; }
p { color: rgb(105,5,181); }
H1.HeaderClassName
{
color: #6905B5;
}
.AnyTagClassName
{
color: #6905B5;
}
</style>
background-color css
<style>
a { background-color: #6905B5; }
a { background-color: rgb(105,5,181); }
div.DivClassName
{
background-color: #6905B5;
}
.BgClassName
{
background-color: #6905B5;
}
</style>
border-color css
<style>
span { border-color: #6905B5; }
span { border-color: rgb(105,5,181); }
td.TdClassName
{
border-color: #6905B5;
}
.TagClassName
{
border-color: #6905B5;
}
</style>