#631AF2

Color #631AF2 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #631AF2

Tints of Han Purple #631AF2

Color information

#631AF2 (or 0x631AF2) is unknown color: approx Han Purple. HEX triplet: 63, 1A and F2. RGB value is (99,26,242). Sum of RGB (Red+Green+Blue) = 99+26+242=367 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.98% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 242 (94.92% from 255 or 65.94% from 367); Max value from RGB is 242 - color contains mainly: blue. Hex color #631AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AF2 is #9CE50D. Grayscale: #474747. Windows color (decimal): -10282254 or 15866467. OLE color: 15866467.

HSL color Cylindrical-coordinate representation of color #631AF2: hue angle of 260.28º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631AF2 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9926242-
CMYK0.590.8900.05
HSL260.28º89.26%52.55%-
HSV(B)260.28º89.26%94.9%-
XYZ21.549.884.76-
YUV72.45223.68146.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 26.98%
GREEN value IS 26 (10.55% from 255) = 7.08%
BLUE value IS 242 (94.92% from 255) = 65.94%
R=26.98%
G=7.08%
B=65.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal99262420.590.8900.05260.2889.2652.55
Hex631AF23B59051045935
Octal14332362731310540413165
Binary11000111101011110010111011101100101011000001001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631AF2; }

 p { color: rgb(99,26,242); }

 H1.HeaderClassName
 {
   color: #631AF2;
 }
 .AnyTagClassName
 {
   color: #631AF2;
 }
</style>
background-color css

<style>
 a { background-color: #631AF2; }

 a { background-color: rgb(99,26,242); }

 div.DivClassName
 {
   background-color: #631AF2;
 }
 .BgClassName
 {
   background-color: #631AF2;
 }
</style>
border-color css

<style>
 span { border-color: #631AF2; }

 span { border-color: rgb(99,26,242); }

 td.TdClassName
 {
   border-color: #631AF2;
 }
 .TagClassName
 {
   border-color: #631AF2;
 }
</style>