Shades of Purple Heart #6901B4
Tints of Purple Heart #6901B4
RGB
CMYK
RGB Variations
Color information
#6901B4 (or 0x6901B4) is known color: Purple Heart. HEX triplet: 69, 01 and B4. RGB value is (105,1,180). Sum of RGB (Red+Green+Blue) = 105+1+180=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #6901B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901B4 is #96FE4B. Grayscale: #333333. Windows color (decimal): -9895500 or 11796841. OLE color: 11796841.
HSL color Cylindrical-coordinate representation of color #6901B4: hue angle of 274.86º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6901B4 is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 1 | 180 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.29 |
| HSL | 274.86º | 0.99% | 0.35% | - |
| HSV(B) | 274.86º | 0.99% | 0.71% | - |
| XYZ | 14.07 | 6.32 | 43.66 | - |
| YUV | 52.5 | 199.96 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 180 | 0.42 | 0.99 | 0 | 0.29 | 274.86 | 0.99 | 0.35 |
| Hex | 69 | 1 | B4 | 2A | 63 | 0 | 1D | 113 | 63 | 23 |
| Octal | 151 | 1 | 264 | 52 | 143 | 0 | 35 | 423 | 143 | 43 |
| Binary | 1101001 | 1 | 10110100 | 101010 | 1100011 | 0 | 11101 | 100010011 | 1100011 | 100011 |
Color Harmonies of #6901B4
Complementary color
Monochromatic Colors of #6901B4
Black with #6901B4
Text Example
Text Example
White with #6901B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901B4; }
p { color: rgb(105,1,180); }
H1.HeaderClassName
{
color: #6901B4;
}
.AnyTagClassName
{
color: #6901B4;
}
</style>
background-color css
<style>
a { background-color: #6901B4; }
a { background-color: rgb(105,1,180); }
div.DivClassName
{
background-color: #6901B4;
}
.BgClassName
{
background-color: #6901B4;
}
</style>
border-color css
<style>
span { border-color: #6901B4; }
span { border-color: rgb(105,1,180); }
td.TdClassName
{
border-color: #6901B4;
}
.TagClassName
{
border-color: #6901B4;
}
</style>