Shades of Han Purple #6320FB
Tints of Han Purple #6320FB
RGB
CMYK
RGB Variations
Color information
#6320FB (or 0x6320FB) is known color: Han Purple. HEX triplet: 63, 20 and FB. RGB value is (99,32,251). Sum of RGB (Red+Green+Blue) = 99+32+251=382 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.92% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #6320FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6320FB is #9CDF04. Grayscale: #4C4C4C. Windows color (decimal): -10280709 or 16457827. OLE color: 16457827.
HSL color Cylindrical-coordinate representation of color #6320FB: hue angle of 258.36º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6320FB is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 32 | 251 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.02 |
| HSL | 258.36º | 0.96% | 0.55% | - |
| HSV(B) | 258.36º | 0.87% | 0.98% | - |
| XYZ | 23.07 | 10.65 | 92.11 | - |
| YUV | 77 | 226.2 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 32 | 251 | 0.61 | 0.87 | 0 | 0.02 | 258.36 | 0.96 | 0.55 |
| Hex | 63 | 20 | FB | 3D | 57 | 0 | 2 | 102 | 60 | 37 |
| Octal | 143 | 40 | 373 | 75 | 127 | 0 | 2 | 402 | 140 | 67 |
| Binary | 1100011 | 100000 | 11111011 | 111101 | 1010111 | 0 | 10 | 100000010 | 1100000 | 110111 |
Color Harmonies of #6320FB
Complementary color
Monochromatic Colors of #6320FB
Black with #6320FB
Text Example
Text Example
White with #6320FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6320FB; }
p { color: rgb(99,32,251); }
H1.HeaderClassName
{
color: #6320FB;
}
.AnyTagClassName
{
color: #6320FB;
}
</style>
background-color css
<style>
a { background-color: #6320FB; }
a { background-color: rgb(99,32,251); }
div.DivClassName
{
background-color: #6320FB;
}
.BgClassName
{
background-color: #6320FB;
}
</style>
border-color css
<style>
span { border-color: #6320FB; }
span { border-color: rgb(99,32,251); }
td.TdClassName
{
border-color: #6320FB;
}
.TagClassName
{
border-color: #6320FB;
}
</style>