Shades of Blue Violet #7238FF
Tints of Blue Violet #7238FF
RGB
CMYK
RGB Variations
Color information
#7238FF (or 0x7238FF) is known color: Blue Violet. HEX triplet: 72, 38 and FF. RGB value is (114,56,255). Sum of RGB (Red+Green+Blue) = 114+56+255=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 56 (22.27% from 255 or 13.18% from 425); Blue value is 255 (100% from 255 or 60% from 425); Max value from RGB is 255 - color contains mainly: blue. Hex color #7238FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7238FF is #8DC700. Grayscale: #5F5F5F. Windows color (decimal): -9291521 or 16726130. OLE color: 16726130.
HSL color Cylindrical-coordinate representation of color #7238FF: hue angle of 257.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7238FF is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 114 | 56 | 255 | - |
| CMYK | 0.55 | 0.78 | 0 | 0 |
| HSL | 257.49º | 1% | 0.61% | - |
| HSV(B) | 257.49º | 0.78% | 1% | - |
| XYZ | 26.4 | 13.63 | 95.85 | - |
| YUV | 96.03 | 217.72 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 56 | 255 | 0.55 | 0.78 | 0 | 0 | 257.49 | 1 | 0.61 |
| Hex | 72 | 38 | FF | 37 | 4E | 0 | 0 | 101 | 64 | 3D |
| Octal | 162 | 70 | 377 | 67 | 116 | 0 | 0 | 401 | 144 | 75 |
| Binary | 1110010 | 111000 | 11111111 | 110111 | 1001110 | 0 | 0 | 100000001 | 1100100 | 111101 |
Color Harmonies of #7238FF
Complementary color
Monochromatic Colors of #7238FF
Black with #7238FF
Text Example
Text Example
White with #7238FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7238FF; }
p { color: rgb(114,56,255); }
H1.HeaderClassName
{
color: #7238FF;
}
.AnyTagClassName
{
color: #7238FF;
}
</style>
background-color css
<style>
a { background-color: #7238FF; }
a { background-color: rgb(114,56,255); }
div.DivClassName
{
background-color: #7238FF;
}
.BgClassName
{
background-color: #7238FF;
}
</style>
border-color css
<style>
span { border-color: #7238FF; }
span { border-color: rgb(114,56,255); }
td.TdClassName
{
border-color: #7238FF;
}
.TagClassName
{
border-color: #7238FF;
}
</style>