Html Css Color HEX #631AF9 Han Purple

📋 copy color: '#631AF9'

red 99 ◦ green 26 ◦ blue 249

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

Shades of Han Purple #631AF9

Tints of Han Purple #631AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.58%

R = 26.47%
G = 6.95%
B = 66.58%

CMYK

 C value IS 0.60

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#631AF9 (or 0x631AF9) is known color: Han Purple. HEX triplet: 63, 1A and F9. RGB value is (99,26,249). Sum of RGB (Red+Green+Blue) = 99+26+249=374 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.47% from 374); Green value is 26 (10.55% from 255 or 6.95% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #631AF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AF9 is #9CE506. Grayscale: #484848. Windows color (decimal): -10282247 or 16325219. OLE color: 16325219.

HSL color Cylindrical-coordinate representation of color #631AF9: hue angle of 259.64º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #631AF9 is Cyan = 0.60, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 26 249 -
CMYK 0.60 0.90 0 0.02
HSL 259.64º 0.95% 0.54% -
HSV(B) 259.64º 0.9% 0.98% -
XYZ 22.61 10.23 90.41 -
YUV 73.25 227.18 146.37 -
System Red Green Blue C M Y K H S L
Decimal 99 26 249 0.60 0.90 0 0.02 259.64 0.95 0.54
Hex 63 1A F9 3C 5A 0 2 104 5F 36
Octal 143 32 371 74 132 0 2 404 137 66
Binary 1100011 11010 11111001 111100 1011010 0 10 100000100 1011111 110110

Color Harmonies of #631AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AF9

Black with #631AF9

Text Example


Text Example

White with #631AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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