Html Css Color HEX #631EFF Han Purple

📋 copy color: '#631EFF'

red 99 ◦ green 30 ◦ blue 255

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

Shades of Han Purple #631EFF

Tints of Han Purple #631EFF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.81%

 BLUE value IS 255 (100% from 255) = 66.41%

R = 25.78%
G = 7.81%
B = 66.41%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#631EFF (or 0x631EFF) is known color: Han Purple. HEX triplet: 63, 1E and FF. RGB value is (99,30,255). Sum of RGB (Red+Green+Blue) = 99+30+255=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 30 (12.11% from 255 or 7.81% from 384); Blue value is 255 (100% from 255 or 66.41% from 384); Max value from RGB is 255 - color contains mainly: blue. Hex color #631EFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #631EFF is #9CE100. Grayscale: #4B4B4B. Windows color (decimal): -10281217 or 16719459. OLE color: 16719459.

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

Color convert

RGB 99 30 255 -
CMYK 0.61 0.88 0 0
HSL 258.4º 1% 0.56% -
HSV(B) 258.4º 0.88% 1% -
XYZ 23.66 10.8 95.45 -
YUV 76.28 228.86 144.2 -
System Red Green Blue C M Y K H S L
Decimal 99 30 255 0.61 0.88 0 0 258.4 1 0.56
Hex 63 1E FF 3D 58 0 0 102 64 38
Octal 143 36 377 75 130 0 0 402 144 70
Binary 1100011 11110 11111111 111101 1011000 0 0 100000010 1100100 111000

Color Harmonies of #631EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631EFF

Black with #631EFF

Text Example


Text Example

White with #631EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,30,255); }

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

background-color css

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

 a { background-color: rgb(99,30,255); }

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

border-color css

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

 span { border-color: rgb(99,30,255); }

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