Html Css Color HEX #631CF6 Han Purple

📋 copy color: '#631CF6'

red 99 ◦ green 28 ◦ blue 246

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

Shades of Han Purple #631CF6

Tints of Han Purple #631CF6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.51%

 BLUE value IS 246 (96.48% from 255) = 65.95%

R = 26.54%
G = 7.51%
B = 65.95%

CMYK

 C value IS 0.60

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#631CF6 (or 0x631CF6) is known color: Han Purple. HEX triplet: 63, 1C and F6. RGB value is (99,28,246). Sum of RGB (Red+Green+Blue) = 99+28+246=373 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.54% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 246 (96.48% from 255 or 65.95% from 373); Max value from RGB is 246 - color contains mainly: blue. Hex color #631CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631CF6 is #9CE309. Grayscale: #494949. Windows color (decimal): -10281738 or 16129123. OLE color: 16129123.

HSL color Cylindrical-coordinate representation of color #631CF6: hue angle of 259.54º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #631CF6 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 28 246 -
CMYK 0.60 0.89 0 0.04
HSL 259.54º 0.92% 0.54% -
HSV(B) 259.54º 0.89% 0.96% -
XYZ 22.2 10.14 87.98 -
YUV 74.08 225.02 145.77 -
System Red Green Blue C M Y K H S L
Decimal 99 28 246 0.60 0.89 0 0.04 259.54 0.92 0.54
Hex 63 1C F6 3C 59 0 4 104 5C 36
Octal 143 34 366 74 131 0 4 404 134 66
Binary 1100011 11100 11110110 111100 1011001 0 100 100000100 1011100 110110

Color Harmonies of #631CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631CF6

Black with #631CF6

Text Example


Text Example

White with #631CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,28,246); }

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

background-color css

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

 a { background-color: rgb(99,28,246); }

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

border-color css

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

 span { border-color: rgb(99,28,246); }

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