Shades of Purple Heart #623CCF
Tints of Purple Heart #623CCF
RGB
CMYK
RGB Variations
Color information
#623CCF (or 0x623CCF) is known color: Purple Heart. HEX triplet: 62, 3C and CF. RGB value is (98,60,207). Sum of RGB (Red+Green+Blue) = 98+60+207=365 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.85% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 207 (81.25% from 255 or 56.71% from 365); Max value from RGB is 207 - color contains mainly: blue. Hex color #623CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623CCF is #9DC330. Grayscale: #575757. Windows color (decimal): -10339121 or 13581410. OLE color: 13581410.
HSL color Cylindrical-coordinate representation of color #623CCF: hue angle of 255.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #623CCF is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 98 | 60 | 207 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.19 |
| HSL | 255.51º | 0.6% | 0.52% | - |
| HSV(B) | 255.51º | 0.71% | 0.81% | - |
| XYZ | 17.92 | 10.33 | 60.08 | - |
| YUV | 88.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 207 | 0.53 | 0.71 | 0 | 0.19 | 255.51 | 0.6 | 0.52 |
| Hex | 62 | 3C | CF | 35 | 47 | 0 | 13 | 100 | 3C | 34 |
| Octal | 142 | 74 | 317 | 65 | 107 | 0 | 23 | 400 | 74 | 64 |
| Binary | 1100010 | 111100 | 11001111 | 110101 | 1000111 | 0 | 10011 | 100000000 | 111100 | 110100 |
Color Harmonies of #623CCF
Complementary color
Monochromatic Colors of #623CCF
Black with #623CCF
Text Example
Text Example
White with #623CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623CCF; }
p { color: rgb(98,60,207); }
H1.HeaderClassName
{
color: #623CCF;
}
.AnyTagClassName
{
color: #623CCF;
}
</style>
background-color css
<style>
a { background-color: #623CCF; }
a { background-color: rgb(98,60,207); }
div.DivClassName
{
background-color: #623CCF;
}
.BgClassName
{
background-color: #623CCF;
}
</style>
border-color css
<style>
span { border-color: #623CCF; }
span { border-color: rgb(98,60,207); }
td.TdClassName
{
border-color: #623CCF;
}
.TagClassName
{
border-color: #623CCF;
}
</style>