Html Css Color HEX #631AFE Han Purple

📋 copy color: '#631AFE'

red 99 ◦ green 26 ◦ blue 254

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

Shades of Han Purple #631AFE

Tints of Han Purple #631AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 67.02%

R = 26.12%
G = 6.86%
B = 67.02%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#631AFE (or 0x631AFE) is known color: Han Purple. HEX triplet: 63, 1A and FE. RGB value is (99,26,254). Sum of RGB (Red+Green+Blue) = 99+26+254=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 254 (99.61% from 255 or 67.02% from 379); Max value from RGB is 254 - color contains mainly: blue. Hex color #631AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AFE is #9CE501. Grayscale: #484848. Windows color (decimal): -10282242 or 16652899. OLE color: 16652899.

HSL color Cylindrical-coordinate representation of color #631AFE: hue angle of 259.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #631AFE is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 99 26 254 -
CMYK 0.61 0.90 0 0.00
HSL 259.21º 0.99% 0.55% -
HSV(B) 259.21º 0.9% 1% -
XYZ 23.4 10.55 94.57 -
YUV 73.82 229.68 145.96 -
System Red Green Blue C M Y K H S L
Decimal 99 26 254 0.61 0.90 0 0.00 259.21 0.99 0.55
Hex 63 1A FE 3D 5A 0 0 103 63 37
Octal 143 32 376 75 132 0 0 403 143 67
Binary 1100011 11010 11111110 111101 1011010 0 0 100000011 1100011 110111

Color Harmonies of #631AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AFE

Black with #631AFE

Text Example


Text Example

White with #631AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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