#631fe0

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

Shades of Han Purple #631FE0

Tints of Han Purple #631FE0

Color information

#631FE0 (or 0x631FE0) is unknown color: approx Han Purple. HEX triplet: 63, 1F and E0. RGB value is (99,31,224). Sum of RGB (Red+Green+Blue) = 99+31+224=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 224 (87.89% from 255 or 63.28% from 354); Max value from RGB is 224 - color contains mainly: blue. Hex color #631FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631FE0 is #9CE01F. Grayscale: #484848. Windows color (decimal): -10280992 or 14688099. OLE color: 14688099.

HSL color Cylindrical-coordinate representation of color #631FE0: hue angle of 261.14º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #631FE0 is Cyan = 0.56, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9931224-
CMYK0.560.8600.12
HSL261.14º75.69%50%-
HSV(B)261.14º86.16%87.84%-
XYZ19.099.0171.25-
YUV73.33213.03146.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.97%
GREEN value IS 31 (12.5% from 255) = 8.76%
BLUE value IS 224 (87.89% from 255) = 63.28%
R=27.97%
G=8.76%
B=63.28%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal99312240.560.8600.12261.1475.6950
Hex631FE038560C1054c32
Octal143373407012601440511462
Binary110001111111111000001110001010110011001000001011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,31,224); }

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

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

 a { background-color: rgb(99,31,224); }

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

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

 span { border-color: rgb(99,31,224); }

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