Shades of Purple Heart #631CC2
Tints of Purple Heart #631CC2
RGB
CMYK
RGB Variations
Color information
#631CC2 (or 0x631CC2) is known color: Purple Heart. HEX triplet: 63, 1C and C2. RGB value is (99,28,194). Sum of RGB (Red+Green+Blue) = 99+28+194=321 (42% of max value = 765). Red value is 99 (39.06% from 255 or 30.84% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 194 (76.17% from 255 or 60.44% from 321); Max value from RGB is 194 - color contains mainly: blue. Hex color #631CC2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631CC2 is #9CE33D. Grayscale: #434343. Windows color (decimal): -10281790 or 12721251. OLE color: 12721251.
HSL color Cylindrical-coordinate representation of color #631CC2: hue angle of 265.66º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631CC2 is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 28 | 194 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.24 |
| HSL | 265.66º | 0.75% | 0.44% | - |
| HSV(B) | 265.66º | 0.86% | 0.76% | - |
| XYZ | 15.3 | 7.38 | 51.66 | - |
| YUV | 68.15 | 199.02 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 28 | 194 | 0.49 | 0.86 | 0 | 0.24 | 265.66 | 0.75 | 0.44 |
| Hex | 63 | 1C | C2 | 31 | 56 | 0 | 18 | 10A | 4B | 2C |
| Octal | 143 | 34 | 302 | 61 | 126 | 0 | 30 | 412 | 113 | 54 |
| Binary | 1100011 | 11100 | 11000010 | 110001 | 1010110 | 0 | 11000 | 100001010 | 1001011 | 101100 |
Color Harmonies of #631CC2
Complementary color
Monochromatic Colors of #631CC2
Black with #631CC2
Text Example
Text Example
White with #631CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #631CC2; }
p { color: rgb(99,28,194); }
H1.HeaderClassName
{
color: #631CC2;
}
.AnyTagClassName
{
color: #631CC2;
}
</style>
background-color css
<style>
a { background-color: #631CC2; }
a { background-color: rgb(99,28,194); }
div.DivClassName
{
background-color: #631CC2;
}
.BgClassName
{
background-color: #631CC2;
}
</style>
border-color css
<style>
span { border-color: #631CC2; }
span { border-color: rgb(99,28,194); }
td.TdClassName
{
border-color: #631CC2;
}
.TagClassName
{
border-color: #631CC2;
}
</style>