Shades of Purple Heart #6501B2
Tints of Purple Heart #6501B2
RGB
CMYK
RGB Variations
Color information
#6501B2 (or 0x6501B2) is known color: Purple Heart. HEX triplet: 65, 01 and B2. RGB value is (101,1,178). Sum of RGB (Red+Green+Blue) = 101+1+178=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 178 (69.92% from 255 or 63.57% from 280); Max value from RGB is 178 - color contains mainly: blue. Hex color #6501B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6501B2 is #9AFE4D. Grayscale: #323232. Windows color (decimal): -10157646 or 11665765. OLE color: 11665765.
HSL color Cylindrical-coordinate representation of color #6501B2: hue angle of 273.9º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6501B2 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 1 | 178 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.30 |
| HSL | 273.9º | 0.99% | 0.35% | - |
| HSV(B) | 273.9º | 0.99% | 0.7% | - |
| XYZ | 13.41 | 6 | 42.57 | - |
| YUV | 51.08 | 199.63 | 163.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 178 | 0.43 | 0.99 | 0 | 0.30 | 273.9 | 0.99 | 0.35 |
| Hex | 65 | 1 | B2 | 2B | 63 | 0 | 1E | 112 | 63 | 23 |
| Octal | 145 | 1 | 262 | 53 | 143 | 0 | 36 | 422 | 143 | 43 |
| Binary | 1100101 | 1 | 10110010 | 101011 | 1100011 | 0 | 11110 | 100010010 | 1100011 | 100011 |
Color Harmonies of #6501B2
Complementary color
Monochromatic Colors of #6501B2
Black with #6501B2
Text Example
Text Example
White with #6501B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501B2; }
p { color: rgb(101,1,178); }
H1.HeaderClassName
{
color: #6501B2;
}
.AnyTagClassName
{
color: #6501B2;
}
</style>
background-color css
<style>
a { background-color: #6501B2; }
a { background-color: rgb(101,1,178); }
div.DivClassName
{
background-color: #6501B2;
}
.BgClassName
{
background-color: #6501B2;
}
</style>
border-color css
<style>
span { border-color: #6501B2; }
span { border-color: rgb(101,1,178); }
td.TdClassName
{
border-color: #6501B2;
}
.TagClassName
{
border-color: #6501B2;
}
</style>