Shades of Purple Heart #6900B2
Tints of Purple Heart #6900B2
RGB
CMYK
RGB Variations
Color information
#6900B2 (or 0x6900B2) is known color: Purple Heart. HEX triplet: 69, 00 and B2. RGB value is (105,0,178). Sum of RGB (Red+Green+Blue) = 105+0+178=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 178 (69.92% from 255 or 62.90% from 283); Max value from RGB is 178 - color contains mainly: blue. Hex color #6900B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6900B2 is #96FF4D. Grayscale: #333333. Windows color (decimal): -9895758 or 11665513. OLE color: 11665513.
HSL color Cylindrical-coordinate representation of color #6900B2: hue angle of 275.39º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900B2 is Cyan = 0.41, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 105 | 0 | 178 | - |
| CMYK | 0.41 | 1 | 0 | 0.30 |
| HSL | 275.39º | 1% | 0.35% | - |
| HSV(B) | 275.39º | 1% | 0.7% | - |
| XYZ | 13.86 | 6.22 | 42.59 | - |
| YUV | 51.69 | 199.29 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 178 | 0.41 | 1 | 0 | 0.30 | 275.39 | 1 | 0.35 |
| Hex | 69 | 0 | B2 | 29 | 64 | 0 | 1E | 113 | 64 | 23 |
| Octal | 151 | 0 | 262 | 51 | 144 | 0 | 36 | 423 | 144 | 43 |
| Binary | 1101001 | 0 | 10110010 | 101001 | 1100100 | 0 | 11110 | 100010011 | 1100100 | 100011 |
Color Harmonies of #6900B2
Complementary color
Monochromatic Colors of #6900B2
Black with #6900B2
Text Example
Text Example
White with #6900B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900B2; }
p { color: rgb(105,0,178); }
H1.HeaderClassName
{
color: #6900B2;
}
.AnyTagClassName
{
color: #6900B2;
}
</style>
background-color css
<style>
a { background-color: #6900B2; }
a { background-color: rgb(105,0,178); }
div.DivClassName
{
background-color: #6900B2;
}
.BgClassName
{
background-color: #6900B2;
}
</style>
border-color css
<style>
span { border-color: #6900B2; }
span { border-color: rgb(105,0,178); }
td.TdClassName
{
border-color: #6900B2;
}
.TagClassName
{
border-color: #6900B2;
}
</style>