#631EFF

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

Shades of Han Purple #631EFF

Tints of Han Purple #631EFF

Color information

#631EFF (or 0x631EFF) is unknown color: approx Han Purple. HEX triplet: 63, 1E and FF. RGB value is (99,30,255). Sum of RGB (Red+Green+Blue) = 99+30+255=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #631EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631EFF is #9CE100. Grayscale: #4B4B4B. Windows color (decimal): -10281217 or 16719459. OLE color: 16719459.

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

Color convert

RGB9930255-
CMYK0.610.8800
HSL258.4º100%55.88%-
HSV(B)258.4º88.24%100%-
XYZ23.6610.895.45-
YUV76.28228.86144.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.78%
GREEN value IS 30 (12.11% from 255) = 7.81%
BLUE value IS 255 (100% from 255) = 66.41%
R=25.78%
G=7.81%
B=66.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal99302550.610.8800258.410055.88
Hex631EFF3D58001026438
Octal14336377751300040214470
Binary110001111110111111111111011011000001000000101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,30,255); }

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

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

 a { background-color: rgb(99,30,255); }

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

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

 span { border-color: rgb(99,30,255); }

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