Html Css Color HEX #631FFB Han Purple

📋 copy color: '#631FFB'

red 99 ◦ green 31 ◦ blue 251

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

Shades of Han Purple #631FFB

Tints of Han Purple #631FFB

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.14%

 BLUE value IS 251 (98.44% from 255) = 65.88%

R = 25.98%
G = 8.14%
B = 65.88%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#631FFB (or 0x631FFB) is known color: Han Purple. HEX triplet: 63, 1F and FB. RGB value is (99,31,251). Sum of RGB (Red+Green+Blue) = 99+31+251=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 251 (98.44% from 255 or 65.88% from 381); Max value from RGB is 251 - color contains mainly: blue. Hex color #631FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631FFB is #9CE004. Grayscale: #4B4B4B. Windows color (decimal): -10280965 or 16457571. OLE color: 16457571.

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

Color convert

RGB 99 31 251 -
CMYK 0.61 0.88 0 0.02
HSL 258.55º 0.96% 0.55% -
HSV(B) 258.55º 0.88% 0.98% -
XYZ 23.05 10.6 92.1 -
YUV 76.41 226.53 144.11 -
System Red Green Blue C M Y K H S L
Decimal 99 31 251 0.61 0.88 0 0.02 258.55 0.96 0.55
Hex 63 1F FB 3D 58 0 2 103 60 37
Octal 143 37 373 75 130 0 2 403 140 67
Binary 1100011 11111 11111011 111101 1011000 0 10 100000011 1100000 110111

Color Harmonies of #631FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631FFB

Black with #631FFB

Text Example


Text Example

White with #631FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,31,251); }

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

background-color css

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

 a { background-color: rgb(99,31,251); }

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

border-color css

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

 span { border-color: rgb(99,31,251); }

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