Html Css Color HEX #631AE1 Han Purple

📋 copy color: '#631AE1'

red 99 ◦ green 26 ◦ blue 225

#631AE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #631AE1

Tints of Han Purple #631AE1

RGB

 RED value IS 99 (39.06% from 255) = 28.29%

 GREEN value IS 26 (10.55% from 255) = 7.43%

 BLUE value IS 225 (88.28% from 255) = 64.29%

R = 28.29%
G = 7.43%
B = 64.29%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#631AE1 (or 0x631AE1) is known color: Han Purple. HEX triplet: 63, 1A and E1. RGB value is (99,26,225). Sum of RGB (Red+Green+Blue) = 99+26+225=350 (46% of max value = 765). Red value is 99 (39.06% from 255 or 28.29% from 350); Green value is 26 (10.55% from 255 or 7.43% from 350); Blue value is 225 (88.28% from 255 or 64.29% from 350); Max value from RGB is 225 - color contains mainly: blue. Hex color #631AE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #631AE1 is #9CE51E. Grayscale: #454545. Windows color (decimal): -10282271 or 14752355. OLE color: 14752355.

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

Color convert

RGB 99 26 225 -
CMYK 0.56 0.88 0 0.12
HSL 262.01º 0.79% 0.49% -
HSV(B) 262.01º 0.88% 0.88% -
XYZ 19.11 8.83 71.93 -
YUV 70.51 215.18 148.32 -
System Red Green Blue C M Y K H S L
Decimal 99 26 225 0.56 0.88 0 0.12 262.01 0.79 0.49
Hex 63 1A E1 38 58 0 C 106 4F 31
Octal 143 32 341 70 130 0 14 406 117 61
Binary 1100011 11010 11100001 111000 1011000 0 1100 100000110 1001111 110001

Color Harmonies of #631AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AE1

Black with #631AE1

Text Example


Text Example

White with #631AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #631AE1;
 }
 .AnyTagClassName
 {
   color: #631AE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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