Shades of Purple Heart #6901C3
Tints of Purple Heart #6901C3
RGB
CMYK
RGB Variations
Color information
#6901C3 (or 0x6901C3) is known color: Purple Heart. HEX triplet: 69, 01 and C3. RGB value is (105,1,195). Sum of RGB (Red+Green+Blue) = 105+1+195=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 195 (76.56% from 255 or 64.78% from 301); Max value from RGB is 195 - color contains mainly: blue. Hex color #6901C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6901C3 is #96FE3C. Grayscale: #353535. Windows color (decimal): -9895485 or 12779881. OLE color: 12779881.
HSL color Cylindrical-coordinate representation of color #6901C3: hue angle of 272.16º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6901C3 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 1 | 195 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.24 |
| HSL | 272.16º | 0.99% | 0.38% | - |
| HSV(B) | 272.16º | 0.99% | 0.76% | - |
| XYZ | 15.69 | 6.97 | 52.15 | - |
| YUV | 54.21 | 207.46 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 1 | 195 | 0.46 | 0.99 | 0 | 0.24 | 272.16 | 0.99 | 0.38 |
| Hex | 69 | 1 | C3 | 2E | 63 | 0 | 18 | 110 | 63 | 26 |
| Octal | 151 | 1 | 303 | 56 | 143 | 0 | 30 | 420 | 143 | 46 |
| Binary | 1101001 | 1 | 11000011 | 101110 | 1100011 | 0 | 11000 | 100010000 | 1100011 | 100110 |
Color Harmonies of #6901C3
Complementary color
Monochromatic Colors of #6901C3
Black with #6901C3
Text Example
Text Example
White with #6901C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6901C3; }
p { color: rgb(105,1,195); }
H1.HeaderClassName
{
color: #6901C3;
}
.AnyTagClassName
{
color: #6901C3;
}
</style>
background-color css
<style>
a { background-color: #6901C3; }
a { background-color: rgb(105,1,195); }
div.DivClassName
{
background-color: #6901C3;
}
.BgClassName
{
background-color: #6901C3;
}
</style>
border-color css
<style>
span { border-color: #6901C3; }
span { border-color: rgb(105,1,195); }
td.TdClassName
{
border-color: #6901C3;
}
.TagClassName
{
border-color: #6901C3;
}
</style>