Html Css Color HEX #631AF0 Han Purple

📋 copy color: '#631AF0'

red 99 ◦ green 26 ◦ blue 240

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

Shades of Han Purple #631AF0

Tints of Han Purple #631AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 65.75%

R = 27.12%
G = 7.12%
B = 65.75%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#631AF0 (or 0x631AF0) is known color: Han Purple. HEX triplet: 63, 1A and F0. RGB value is (99,26,240). Sum of RGB (Red+Green+Blue) = 99+26+240=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 26 (10.55% from 255 or 7.12% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #631AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631AF0 is #9CE50F. Grayscale: #474747. Windows color (decimal): -10282256 or 15735395. OLE color: 15735395.

HSL color Cylindrical-coordinate representation of color #631AF0: hue angle of 260.47º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631AF0 is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 26 240 -
CMYK 0.59 0.89 0 0.06
HSL 260.47º 0.88% 0.52% -
HSV(B) 260.47º 0.89% 0.94% -
XYZ 21.24 9.68 83.19 -
YUV 72.22 222.68 147.1 -
System Red Green Blue C M Y K H S L
Decimal 99 26 240 0.59 0.89 0 0.06 260.47 0.88 0.52
Hex 63 1A F0 3B 59 0 6 104 58 34
Octal 143 32 360 73 131 0 6 404 130 64
Binary 1100011 11010 11110000 111011 1011001 0 110 100000100 1011000 110100

Color Harmonies of #631AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631AF0

Black with #631AF0

Text Example


Text Example

White with #631AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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