Shades of Purple Heart #6325B4
Tints of Purple Heart #6325B4
RGB
CMYK
RGB Variations
Color information
#6325B4 (or 0x6325B4) is known color: Purple Heart. HEX triplet: 63, 25 and B4. RGB value is (99,37,180). Sum of RGB (Red+Green+Blue) = 99+37+180=316 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.33% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 180 (70.70% from 255 or 56.96% from 316); Max value from RGB is 180 - color contains mainly: blue. Hex color #6325B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6325B4 is #9CDA4B. Grayscale: #474747. Windows color (decimal): -10279500 or 11806051. OLE color: 11806051.
HSL color Cylindrical-coordinate representation of color #6325B4: hue angle of 266.01º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6325B4 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 99 | 37 | 180 | - |
| CMYK | 0.45 | 0.79 | 0 | 0.29 |
| HSL | 266.01º | 0.66% | 0.43% | - |
| HSV(B) | 266.01º | 0.79% | 0.71% | - |
| XYZ | 14.05 | 7.27 | 43.84 | - |
| YUV | 71.84 | 189.04 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 37 | 180 | 0.45 | 0.79 | 0 | 0.29 | 266.01 | 0.66 | 0.43 |
| Hex | 63 | 25 | B4 | 2D | 4F | 0 | 1D | 10A | 42 | 2B |
| Octal | 143 | 45 | 264 | 55 | 117 | 0 | 35 | 412 | 102 | 53 |
| Binary | 1100011 | 100101 | 10110100 | 101101 | 1001111 | 0 | 11101 | 100001010 | 1000010 | 101011 |
Color Harmonies of #6325B4
Complementary color
Monochromatic Colors of #6325B4
Black with #6325B4
Text Example
Text Example
White with #6325B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6325B4; }
p { color: rgb(99,37,180); }
H1.HeaderClassName
{
color: #6325B4;
}
.AnyTagClassName
{
color: #6325B4;
}
</style>
background-color css
<style>
a { background-color: #6325B4; }
a { background-color: rgb(99,37,180); }
div.DivClassName
{
background-color: #6325B4;
}
.BgClassName
{
background-color: #6325B4;
}
</style>
border-color css
<style>
span { border-color: #6325B4; }
span { border-color: rgb(99,37,180); }
td.TdClassName
{
border-color: #6325B4;
}
.TagClassName
{
border-color: #6325B4;
}
</style>