Shades of Purple #65037D
Tints of Purple #65037D
RGB
CMYK
RGB Variations
Color information
#65037D (or 0x65037D) is known color: Purple. HEX triplet: 65, 03 and 7D. RGB value is (101,3,125). Sum of RGB (Red+Green+Blue) = 101+3+125=229 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.10% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #65037D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65037D is #9AFC82. Grayscale: #2D2D2D. Windows color (decimal): -10157187 or 8192869. OLE color: 8192869.
HSL color Cylindrical-coordinate representation of color #65037D: hue angle of 288.2º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65037D is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 3 | 125 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.51 |
| HSL | 288.2º | 0.95% | 0.25% | - |
| HSV(B) | 288.2º | 0.98% | 0.49% | - |
| XYZ | 9.1 | 4.31 | 19.75 | - |
| YUV | 46.21 | 172.47 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 3 | 125 | 0.19 | 0.98 | 0 | 0.51 | 288.2 | 0.95 | 0.25 |
| Hex | 65 | 3 | 7D | 13 | 62 | 0 | 33 | 120 | 5F | 19 |
| Octal | 145 | 3 | 175 | 23 | 142 | 0 | 63 | 440 | 137 | 31 |
| Binary | 1100101 | 11 | 1111101 | 10011 | 1100010 | 0 | 110011 | 100100000 | 1011111 | 11001 |
Color Harmonies of #65037D
Complementary color
Monochromatic Colors of #65037D
Black with #65037D
Text Example
Text Example
White with #65037D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65037D; }
p { color: rgb(101,3,125); }
H1.HeaderClassName
{
color: #65037D;
}
.AnyTagClassName
{
color: #65037D;
}
</style>
background-color css
<style>
a { background-color: #65037D; }
a { background-color: rgb(101,3,125); }
div.DivClassName
{
background-color: #65037D;
}
.BgClassName
{
background-color: #65037D;
}
</style>
border-color css
<style>
span { border-color: #65037D; }
span { border-color: rgb(101,3,125); }
td.TdClassName
{
border-color: #65037D;
}
.TagClassName
{
border-color: #65037D;
}
</style>