Shades of Purple #670283
Tints of Purple #670283
RGB
CMYK
RGB Variations
Color information
#670283 (or 0x670283) is known color: Purple. HEX triplet: 67, 02 and 83. RGB value is (103,2,131). Sum of RGB (Red+Green+Blue) = 103+2+131=236 (31% of max value = 765). Red value is 103 (40.62% from 255 or 43.64% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 131 (51.56% from 255 or 55.51% from 236); Max value from RGB is 131 - color contains mainly: blue. Hex color #670283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #670283 is #98FD7C. Grayscale: #2E2E2E. Windows color (decimal): -10026365 or 8585831. OLE color: 8585831.
HSL color Cylindrical-coordinate representation of color #670283: hue angle of 286.98º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #670283 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 103 | 2 | 131 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.49 |
| HSL | 286.98º | 0.97% | 0.26% | - |
| HSV(B) | 286.98º | 0.98% | 0.51% | - |
| XYZ | 9.71 | 4.57 | 21.84 | - |
| YUV | 46.91 | 175.46 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 2 | 131 | 0.21 | 0.98 | 0 | 0.49 | 286.98 | 0.97 | 0.26 |
| Hex | 67 | 2 | 83 | 15 | 62 | 0 | 31 | 11F | 61 | 1A |
| Octal | 147 | 2 | 203 | 25 | 142 | 0 | 61 | 437 | 141 | 32 |
| Binary | 1100111 | 10 | 10000011 | 10101 | 1100010 | 0 | 110001 | 100011111 | 1100001 | 11010 |
Color Harmonies of #670283
Complementary color
Monochromatic Colors of #670283
Black with #670283
Text Example
Text Example
White with #670283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #670283; }
p { color: rgb(103,2,131); }
H1.HeaderClassName
{
color: #670283;
}
.AnyTagClassName
{
color: #670283;
}
</style>
background-color css
<style>
a { background-color: #670283; }
a { background-color: rgb(103,2,131); }
div.DivClassName
{
background-color: #670283;
}
.BgClassName
{
background-color: #670283;
}
</style>
border-color css
<style>
span { border-color: #670283; }
span { border-color: rgb(103,2,131); }
td.TdClassName
{
border-color: #670283;
}
.TagClassName
{
border-color: #670283;
}
</style>