Shades of Purple Heart #6338CF
Tints of Purple Heart #6338CF
RGB
CMYK
RGB Variations
Color information
#6338CF (or 0x6338CF) is known color: Purple Heart. HEX triplet: 63, 38 and CF. RGB value is (99,56,207). Sum of RGB (Red+Green+Blue) = 99+56+207=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 56 (22.27% from 255 or 15.47% from 362); Blue value is 207 (81.25% from 255 or 57.18% from 362); Max value from RGB is 207 - color contains mainly: blue. Hex color #6338CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6338CF is #9CC730. Grayscale: #555555. Windows color (decimal): -10274609 or 13580387. OLE color: 13580387.
HSL color Cylindrical-coordinate representation of color #6338CF: hue angle of 257.09º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6338CF is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 99 | 56 | 207 | - |
| CMYK | 0.52 | 0.73 | 0 | 0.19 |
| HSL | 257.09º | 0.61% | 0.52% | - |
| HSV(B) | 257.09º | 0.73% | 0.81% | - |
| XYZ | 17.82 | 9.99 | 60.02 | - |
| YUV | 86.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 207 | 0.52 | 0.73 | 0 | 0.19 | 257.09 | 0.61 | 0.52 |
| Hex | 63 | 38 | CF | 34 | 49 | 0 | 13 | 101 | 3D | 34 |
| Octal | 143 | 70 | 317 | 64 | 111 | 0 | 23 | 401 | 75 | 64 |
| Binary | 1100011 | 111000 | 11001111 | 110100 | 1001001 | 0 | 10011 | 100000001 | 111101 | 110100 |
Color Harmonies of #6338CF
Complementary color
Monochromatic Colors of #6338CF
Black with #6338CF
Text Example
Text Example
White with #6338CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6338CF; }
p { color: rgb(99,56,207); }
H1.HeaderClassName
{
color: #6338CF;
}
.AnyTagClassName
{
color: #6338CF;
}
</style>
background-color css
<style>
a { background-color: #6338CF; }
a { background-color: rgb(99,56,207); }
div.DivClassName
{
background-color: #6338CF;
}
.BgClassName
{
background-color: #6338CF;
}
</style>
border-color css
<style>
span { border-color: #6338CF; }
span { border-color: rgb(99,56,207); }
td.TdClassName
{
border-color: #6338CF;
}
.TagClassName
{
border-color: #6338CF;
}
</style>