Shades of Purple Heart #623CDA
Tints of Purple Heart #623CDA
RGB
CMYK
RGB Variations
Color information
#623CDA (or 0x623CDA) is known color: Purple Heart. HEX triplet: 62, 3C and DA. RGB value is (98,60,218). Sum of RGB (Red+Green+Blue) = 98+60+218=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 60 (23.83% from 255 or 15.96% from 376); Blue value is 218 (85.55% from 255 or 57.98% from 376); Max value from RGB is 218 - color contains mainly: blue. Hex color #623CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #623CDA is #9DC325. Grayscale: #585858. Windows color (decimal): -10339110 or 14302306. OLE color: 14302306.
HSL color Cylindrical-coordinate representation of color #623CDA: hue angle of 254.43º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #623CDA is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 98 | 60 | 218 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.15 |
| HSL | 254.43º | 0.68% | 0.55% | - |
| HSV(B) | 254.43º | 0.72% | 0.85% | - |
| XYZ | 19.31 | 10.89 | 67.41 | - |
| YUV | 89.37 | 200.59 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 60 | 218 | 0.55 | 0.72 | 0 | 0.15 | 254.43 | 0.68 | 0.55 |
| Hex | 62 | 3C | DA | 37 | 48 | 0 | F | FE | 44 | 37 |
| Octal | 142 | 74 | 332 | 67 | 110 | 0 | 17 | 376 | 104 | 67 |
| Binary | 1100010 | 111100 | 11011010 | 110111 | 1001000 | 0 | 1111 | 11111110 | 1000100 | 110111 |
Color Harmonies of #623CDA
Complementary color
Monochromatic Colors of #623CDA
Black with #623CDA
Text Example
Text Example
White with #623CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #623CDA; }
p { color: rgb(98,60,218); }
H1.HeaderClassName
{
color: #623CDA;
}
.AnyTagClassName
{
color: #623CDA;
}
</style>
background-color css
<style>
a { background-color: #623CDA; }
a { background-color: rgb(98,60,218); }
div.DivClassName
{
background-color: #623CDA;
}
.BgClassName
{
background-color: #623CDA;
}
</style>
border-color css
<style>
span { border-color: #623CDA; }
span { border-color: rgb(98,60,218); }
td.TdClassName
{
border-color: #623CDA;
}
.TagClassName
{
border-color: #623CDA;
}
</style>