Shades of Purple Heart #6338DA
Tints of Purple Heart #6338DA
RGB
CMYK
RGB Variations
Color information
#6338DA (or 0x6338DA) is known color: Purple Heart. HEX triplet: 63, 38 and DA. RGB value is (99,56,218). Sum of RGB (Red+Green+Blue) = 99+56+218=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 56 (22.27% from 255 or 15.01% from 373); Blue value is 218 (85.55% from 255 or 58.45% from 373); Max value from RGB is 218 - color contains mainly: blue. Hex color #6338DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338DA is #9CC725. Grayscale: #565656. Windows color (decimal): -10274598 or 14301283. OLE color: 14301283.
HSL color Cylindrical-coordinate representation of color #6338DA: hue angle of 255.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6338DA is Cyan = 0.55, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 99 | 56 | 218 | - |
| CMYK | 0.55 | 0.74 | 0 | 0.15 |
| HSL | 255.93º | 0.69% | 0.54% | - |
| HSV(B) | 255.93º | 0.74% | 0.85% | - |
| XYZ | 19.21 | 10.54 | 67.35 | - |
| YUV | 87.33 | 201.75 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 218 | 0.55 | 0.74 | 0 | 0.15 | 255.93 | 0.69 | 0.54 |
| Hex | 63 | 38 | DA | 37 | 4A | 0 | F | 100 | 45 | 36 |
| Octal | 143 | 70 | 332 | 67 | 112 | 0 | 17 | 400 | 105 | 66 |
| Binary | 1100011 | 111000 | 11011010 | 110111 | 1001010 | 0 | 1111 | 100000000 | 1000101 | 110110 |
Color Harmonies of #6338DA
Complementary color
Monochromatic Colors of #6338DA
Black with #6338DA
Text Example
Text Example
White with #6338DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6338DA; }
p { color: rgb(99,56,218); }
H1.HeaderClassName
{
color: #6338DA;
}
.AnyTagClassName
{
color: #6338DA;
}
</style>
background-color css
<style>
a { background-color: #6338DA; }
a { background-color: rgb(99,56,218); }
div.DivClassName
{
background-color: #6338DA;
}
.BgClassName
{
background-color: #6338DA;
}
</style>
border-color css
<style>
span { border-color: #6338DA; }
span { border-color: rgb(99,56,218); }
td.TdClassName
{
border-color: #6338DA;
}
.TagClassName
{
border-color: #6338DA;
}
</style>